From 748121faead575e43dc0a718543ed4aaded91765 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 19 Dec 2024 16:36:23 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] ## [2.1.0](https://github.com/trustedshops-public/python-ansible-vault-rotate/compare/2.0.0...2.1.0) (2024-12-19) ### Features * allow rekey when multiple vaults are used within one file ([db26807](https://github.com/trustedshops-public/python-ansible-vault-rotate/commit/db2680790e247e97b7f55100513fe1611697039f)) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48796ec..45e7d0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.0](https://github.com/trustedshops-public/python-ansible-vault-rotate/compare/2.0.0...2.1.0) (2024-12-19) + + +### Features + +* allow rekey when multiple vaults are used within one file ([db26807](https://github.com/trustedshops-public/python-ansible-vault-rotate/commit/db2680790e247e97b7f55100513fe1611697039f)) + ## [2.0.0](https://github.com/trustedshops-public/python-ansible-vault-rotate/compare/1.1.2...2.0.0) (2023-05-02) diff --git a/pyproject.toml b/pyproject.toml index c83fc6f..e047b12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ansible-vault-rotate" -version = "2.0.0" +version = "2.1.0" description = "Advanced Python CLI to rotate the secret used for ansible vault inline secrets and files in a project" authors = [ "Timo Reymann "