Skip to content

Commit 4e7e4f9

Browse files
committed
Generate changelog for version 0.19.3
1 parent c064db2 commit 4e7e4f9

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [unreleased]
7+
## [0.19.3] - 2026-01-22
88

99
### 🚀 Features
1010

11+
- Improve falco templates
1112
- Added server upgrade command
1213

1314
### 📚 Documentation

plugins/fujin-secrets-1password/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "uv-build>=0.9.18,<0.10" ]
44

55
[project]
66
name = "fujin-secrets-1password"
7-
version = "0.19.2"
7+
version = "0.19.3"
88
description = "1Password secret adapter for Fujin"
99
readme = "README.md"
1010
authors = [
@@ -20,7 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3.14",
2121
]
2222
dependencies = [
23-
"fujin-cli>=0.19.2",
23+
"fujin-cli>=0.19.3",
2424
"python-dotenv>=1.0.1",
2525
]
2626

plugins/fujin-secrets-bitwarden/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "uv-build>=0.9.18,<0.10" ]
44

55
[project]
66
name = "fujin-secrets-bitwarden"
7-
version = "0.19.2"
7+
version = "0.19.3"
88
description = "Bitwarden secret adapter for Fujin"
99
readme = "README.md"
1010
authors = [
@@ -20,7 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3.14",
2121
]
2222
dependencies = [
23-
"fujin-cli>=0.19.2",
23+
"fujin-cli>=0.19.3",
2424
"python-dotenv>=1.0.1",
2525
]
2626

plugins/fujin-secrets-doppler/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "uv-build>=0.9.18,<0.10" ]
44

55
[project]
66
name = "fujin-secrets-doppler"
7-
version = "0.19.2"
7+
version = "0.19.3"
88
description = "Doppler secret adapter for Fujin"
99
readme = "README.md"
1010
authors = [
@@ -20,7 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3.14",
2121
]
2222
dependencies = [
23-
"fujin-cli>=0.19.2",
23+
"fujin-cli>=0.19.3",
2424
"python-dotenv>=1.0.1",
2525
]
2626

0 commit comments

Comments
 (0)