diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ebd1f6..243f893 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.13" + ".": "0.1.14" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7754a9f..5e34c68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.14](https://github.com/alltuner/vaultuner/compare/v0.1.13...v0.1.14) (2026-05-04) + + +### Documentation Updates + +* standardize README to alltuner brand structure ([#59](https://github.com/alltuner/vaultuner/issues/59)) ([f1e22eb](https://github.com/alltuner/vaultuner/commit/f1e22ebb13c5ee7554914c2bd14ac5845719e83b)) + ## [0.1.13](https://github.com/alltuner/vaultuner/compare/v0.1.12...v0.1.13) (2026-05-03) diff --git a/pyproject.toml b/pyproject.toml index d3d2cf8..b6ba3fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "vaultuner" -version = "0.1.13" +version = "0.1.14" description = "Bitwarden Secrets Manager CLI with PROJECT/[ENV/]SECRET naming" readme = "README.md" license = { text = "MIT" }