We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2271b58 commit 9fa4d28Copy full SHA for 9fa4d28
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
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
+
9
## v0.21.7 (2021-05-11)
10
### Fix
11
* **k8scluster:** Formatting ([`292bc94`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/292bc94c49f16cace1e24390812cabc171801ce9))
hpecp/__init__.py
@@ -35,4 +35,4 @@
35
)
36
from .logger import Logger
37
38
-__version__ = "0.21.7"
+__version__ = "0.22.0"
0 commit comments