diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b5f714f..4a8e97c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.9" + ".": "0.1.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aa810b..dee64d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.10](https://github.com/alltuner/vaultuner/compare/v0.1.9...v0.1.10) (2026-03-18) + + +### Documentation Updates + +* add support section and FUNDING.yml ([#37](https://github.com/alltuner/vaultuner/issues/37)) ([d455034](https://github.com/alltuner/vaultuner/commit/d455034da5e6fc40252868f578a6019cca3ed3bf)) + ## [0.1.9](https://github.com/alltuner/vaultuner/compare/v0.1.8...v0.1.9) (2026-02-06) diff --git a/pyproject.toml b/pyproject.toml index bc7fbb8..aadadc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "vaultuner" -version = "0.1.9" +version = "0.1.10" description = "Bitwarden Secrets Manager CLI with PROJECT/[ENV/]SECRET naming" readme = "README.md" license = { text = "MIT" }