Skip to content

Commit 9fa4d28

Browse files
committed
0.22.0
Automatically generated by python-semantic-release
1 parent 2271b58 commit 9fa4d28

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.22.0 (2021-05-14)
6+
### Feature
7+
* **k8scluster:** Add supported cluster types ([`2271b58`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/2271b583060a0fb0dcd21e2c9b0595a0ba5759f4))
8+
59
## v0.21.7 (2021-05-11)
610
### Fix
711
* **k8scluster:** Formatting ([`292bc94`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/292bc94c49f16cace1e24390812cabc171801ce9))

hpecp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
)
3636
from .logger import Logger
3737

38-
__version__ = "0.21.7"
38+
__version__ = "0.22.0"

0 commit comments

Comments
 (0)