Skip to content

Commit 045ba35

Browse files
committed
Bump version 0.21.1 -> 0.21.2
Signed-off-by: Sylvain Hellegouarch <[email protected]>
1 parent bd0f512 commit 045ba35

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.1...HEAD
5+
[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-aws/compare/0.21.2...HEAD
6+
7+
## [0.21.2][] - 2022-07-12
8+
[0.21.2]: https://github.com/chaostoolkit-incubator/chaostoolkit-aws/compare/0.21.1...0.21.2
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.1"
18+
__version__ = "0.21.2"
1919
__all__ = ["__version__", "discover", "aws_client", "signed_api_call"]
2020

2121

0 commit comments

Comments
 (0)