We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c80c9 commit c14cd95Copy full SHA for c14cd95
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.19.1 (2021-03-18)
6
+### Fix
7
+* **httpclient:** Json output ([`42c80c9`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/42c80c999c34a0b90959099defe26cdc6438edf0))
8
+
9
## v0.19.0 (2021-03-15)
10
### Feature
11
* **k8scluster:** Add external_groups ([`0dde621`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/0dde62126a6e23b1143e277bd70372b820a71e55))
hpecp/__init__.py
@@ -35,4 +35,4 @@
35
)
36
from .logger import Logger
37
38
-__version__ = "0.19.0"
+__version__ = "0.19.1"
0 commit comments