Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvieirasilva committed Aug 21, 2023
1 parent eaa0acc commit 2732a3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Nonfunctional

- Update Poetry to version `1.5.1`. [issue-52](https://github.com/lucasvieirasilva/aws-ssm-secrets-cli/issues/52)
## [2.2.0] - 2023-08-21

### Nonfunctional

- Update Poetry to version `1.5.1`. [issue-52](https://github.com/lucasvieirasilva/aws-ssm-secrets-cli/issues/52)
- Fix SonarCloud Code Smells.

## [2.1.0] - 2022-05-23
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'coverage/html' --cov-report xml:'coverage/co

[tool.poetry]
name = "aws-ssm-secrets-cli"
version = "2.1.0"
version = "2.2.0"
description = "AWS Secret CLI for manage SSM SecureString and SecretsManager"
license = "MIT"
authors = ["Lucas Vieira <[email protected]>"]
Expand Down

0 comments on commit 2732a3e

Please sign in to comment.