We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d5f2ee commit 8640834Copy full SHA for 8640834
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.22.3 (2022-02-21)
6
+### Fix
7
+* **build:** Fix broken build ([`7d5f2ee`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/7d5f2ee88c218a4d40d59949eedfb8abfbca3712))
8
+
9
## v0.22.2 (2021-12-01)
10
### Fix
11
* **cli:** Better err msg for k8s_version parameter ([`d32f2b5`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/d32f2b5700a6a1b8ebd272afbfff47ffbb3f8c00))
hpecp/__init__.py
@@ -35,4 +35,4 @@
35
)
36
from .logger import Logger
37
38
-__version__ = "0.22.2"
+__version__ = "0.22.3"
0 commit comments