Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit ffc4783

Browse files
added changelog entry and bump to 0.1.4
1 parent 180b370 commit ffc4783

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
## [0.1.4][] - 2021-10-19
6+
[0.1.4]: https://github.com/awslabs/aws-az-failure-chaostoolkit/tree/v0.1.4
7+
8+
### Added
9+
- Support for Aurora cluster failover in rds.actions.fail_az
10+
511
## [0.1.3][] - 2021-10-16
612
[0.1.3]: https://github.com/awslabs/aws-az-failure-chaostoolkit/tree/v0.1.3
713

azchaosaws/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from logzero import logger
1313

1414
__all__ = ["discover", "__version__", "client"]
15-
__version__ = "0.1.3"
15+
__version__ = "0.1.4"
1616

1717

1818
def discover(discover_system: bool = True) -> Discovery:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
setup_params = dict(
4949
name=name,
50-
version="0.1.3",
50+
version="0.1.4",
5151
description=desc,
5252
long_description=long_desc,
5353
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)