Skip to content

Commit 7c688d8

Browse files
author
Ciaran Evans
committed
Bump version from 0.17.0 -> 0.18.0
Signed-off-by: Ciaran Evans <[email protected]>
1 parent 2321aee commit 7c688d8

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.17.0...HEA
5+
[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-aws/compare/0.18.0...HEAD
6+
7+
## [0.18.0][] - 2021-10-11
8+
[0.18.0]: https://github.com/chaostoolkit-incubator/chaostoolkit-aws/compare/0.17.0...0.18.0
69

710
### Added
811

chaosaws/__init__.py

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

17-
__version__ = "0.17.0"
17+
__version__ = "0.18.0"
1818
__all__ = ["__version__", "discover", "aws_client", "signed_api_call"]
1919

2020

0 commit comments

Comments
 (0)