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

Commit

Permalink
added changelog entry and bump to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
farhanangullia committed Oct 19, 2021
1 parent 180b370 commit ffc4783
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [0.1.4][] - 2021-10-19
[0.1.4]: https://github.com/awslabs/aws-az-failure-chaostoolkit/tree/v0.1.4

### Added
- Support for Aurora cluster failover in rds.actions.fail_az

## [0.1.3][] - 2021-10-16
[0.1.3]: https://github.com/awslabs/aws-az-failure-chaostoolkit/tree/v0.1.3

Expand Down
2 changes: 1 addition & 1 deletion azchaosaws/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from logzero import logger

__all__ = ["discover", "__version__", "client"]
__version__ = "0.1.3"
__version__ = "0.1.4"


def discover(discover_system: bool = True) -> Discovery:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

setup_params = dict(
name=name,
version="0.1.3",
version="0.1.4",
description=desc,
long_description=long_desc,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit ffc4783

Please sign in to comment.