diff --git a/CHANGELOG.md b/CHANGELOG.md index decaa26..732f252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,17 @@ # CHANGELOG +## v2.6.1 (2024-08-02) + +### Fix + +* fix: change the input save keyboard prompt to Alt+Enter (for windows) (#63) ([`9dddddf`](https://github.com/lucasvieirasilva/aws-ssm-secrets-cli/commit/9dddddf77e7d9857653c52693a57459a0e8d70b5)) + ## v2.6.0 (2024-07-18) +### Chore + +* chore(release): 2.6.0 [skip ci] ([`cf6c1ae`](https://github.com/lucasvieirasilva/aws-ssm-secrets-cli/commit/cf6c1aecdd0cb99bd9677fc7df4d158fe3ced270)) + ### Feature * feat: add `--show-diff` to deploy command (#62) ([`ed39eed`](https://github.com/lucasvieirasilva/aws-ssm-secrets-cli/commit/ed39eeda299799c051e0c8138092aed015d45c11)) diff --git a/pyproject.toml b/pyproject.toml index cd28b69..a7b63d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ addopts = "--cov --cov-report html:'coverage/html' --cov-report xml:'coverage/co [tool.poetry] name = "aws-ssm-secrets-cli" -version = "2.6.0" +version = "2.6.1" description = "AWS Secret CLI for manage SSM SecureString and SecretsManager" license = "MIT" authors = ["Lucas Vieira "]