Skip to content

Commit d76b21d

Browse files
committed
0.22.11
Automatically generated by python-semantic-release
1 parent 44b0a07 commit d76b21d

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.11 (2022-06-20)
6+
### Fix
7+
* **cli:** Add run-kubernetes-command ([`44b0a07`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/44b0a07a17f2f0c1550c4b2b2f4738948bf3a94a))
8+
59
## v0.22.10 (2022-03-14)
610
### Fix
711
* **gateway:** Issue with params ([`e0b14f0`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/e0b14f06b8e2c1353ce76ad4b48ea89d9f2af038))

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.22.10"
38+
__version__ = "0.22.11"

0 commit comments

Comments
 (0)