Skip to content

Commit

Permalink
release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvieirasilva committed Sep 5, 2023
1 parent 058b374 commit 6c0faa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [2.3.0] - 2023-09-05

### Changed

- Update yaml tag `tags.output_stack.OutputStackTag` to work with custom aws region. [issue-54](https://github.com/lucasvieirasilva/aws-ssm-secrets-cli/issues/54)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0"
version = "2.3.0"
description = "AWS Secret CLI for manage SSM SecureString and SecretsManager"
license = "MIT"
authors = ["Lucas Vieira <[email protected]>"]
Expand Down

0 comments on commit 6c0faa9

Please sign in to comment.