Skip to content

Commit

Permalink
chore(release): 2.6.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release committed Jul 18, 2024
1 parent ed39eed commit cf6c1ae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# CHANGELOG

## v2.6.0 (2024-07-18)

### Feature

* feat: add `--show-diff` to deploy command (#62) ([`ed39eed`](https://github.com/lucasvieirasilva/aws-ssm-secrets-cli/commit/ed39eeda299799c051e0c8138092aed015d45c11))

## v2.5.0 (2024-07-17)

### Chore

* chore(release): 2.5.0 [skip ci] ([`c60545d`](https://github.com/lucasvieirasilva/aws-ssm-secrets-cli/commit/c60545d4920859b651cb5f73515596e7bf84a339))

### Ci

* ci: fix github actions lint workflow ([`5780ce9`](https://github.com/lucasvieirasilva/aws-ssm-secrets-cli/commit/5780ce9eac6c734ce719a4b9271427b7f4a3ce8c))
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.5.0"
version = "2.6.0"
description = "AWS Secret CLI for manage SSM SecureString and SecretsManager"
license = "MIT"
authors = ["Lucas Vieira <[email protected]>"]
Expand Down

0 comments on commit cf6c1ae

Please sign in to comment.