Skip to content

Commit 7d271d9

Browse files
committed
Bump version 0.21.0 -> 0.21.1
Signed-off-by: Sylvain Hellegouarch <[email protected]>
1 parent 2fb1246 commit 7d271d9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
## [Unreleased][]
44

5-
[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-aws/compare/0.21.0...HEAD
5+
[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-aws/compare/0.21.1...HEAD
6+
7+
## [0.21.1][] - 2022-07-12
8+
[0.21.1]: https://github.com/chaostoolkit-incubator/chaostoolkit-aws/compare/0.21.0...0.21.1
69

710
### Fixed
811

chaosaws/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from chaoslib.types import Configuration, DiscoveredActivities, Discovery, Secrets
1616
from logzero import logger
1717

18-
__version__ = "0.21.0"
18+
__version__ = "0.21.1"
1919
__all__ = ["__version__", "discover", "aws_client", "signed_api_call"]
2020

2121

0 commit comments

Comments
 (0)