We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 340654e commit d481538Copy full SHA for d481538
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.22.9 (2022-02-23)
6
+### Fix
7
+* **ssh:** Ssh key passphrase ([`555a7c3`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/555a7c3568179457e7077693cd53df52416cc0cc))
8
+
9
## v0.22.8 (2022-02-23)
10
### Fix
11
* **ssh:** Ssh key passphrase ([`1528e19`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/1528e19394f52b8ac2b83c088b51546b9b3e1a50))
hpecp/__init__.py
@@ -35,4 +35,4 @@
35
)
36
from .logger import Logger
37
38
-__version__ = "0.22.8"
+__version__ = "0.22.9"
0 commit comments