Skip to content

Commit 1f98062

Browse files
committed
bump version
Signed-off-by: Sylvain Hellegouarch <[email protected]>
1 parent 1c954f1 commit 1f98062

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
## [Unreleased][]
44

5-
[Unreleased]: https://github.com/chaostoolkit/chaostoolkit-kubernetes/compare/0.31.1...HEAD
5+
[Unreleased]: https://github.com/chaostoolkit/chaostoolkit-kubernetes/compare/0.32.0...HEAD
6+
7+
## [0.32.0][] - 2023-10-28
8+
9+
[0.32.0]: https://github.com/chaostoolkit/chaostoolkit-kubernetes/compare/0.31.1...0.32.0
610

711
### Added
812

chaosk8s/__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__ = ["create_k8s_api_client", "discover", "__version__"]
15-
__version__ = "0.31.1"
15+
__version__ = "0.32.0"
1616

1717

1818
def get_config_path() -> str:

0 commit comments

Comments
 (0)