Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Hellegouarch <[email protected]>
  • Loading branch information
Lawouach committed Oct 28, 2023
1 parent 1c954f1 commit 1f98062
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

## [Unreleased][]

[Unreleased]: https://github.com/chaostoolkit/chaostoolkit-kubernetes/compare/0.31.1...HEAD
[Unreleased]: https://github.com/chaostoolkit/chaostoolkit-kubernetes/compare/0.32.0...HEAD

## [0.32.0][] - 2023-10-28

[0.32.0]: https://github.com/chaostoolkit/chaostoolkit-kubernetes/compare/0.31.1...0.32.0

### Added

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

__all__ = ["create_k8s_api_client", "discover", "__version__"]
__version__ = "0.31.1"
__version__ = "0.32.0"


def get_config_path() -> str:
Expand Down

0 comments on commit 1f98062

Please sign in to comment.