Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d481538

Browse files
committedFeb 23, 2022
0.22.9
Automatically generated by python-semantic-release
1 parent 340654e commit d481538

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

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+
59
## v0.22.8 (2022-02-23)
610
### Fix
711
* **ssh:** Ssh key passphrase ([`1528e19`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/1528e19394f52b8ac2b83c088b51546b9b3e1a50))

‎hpecp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
)
3636
from .logger import Logger
3737

38-
__version__ = "0.22.8"
38+
__version__ = "0.22.9"

0 commit comments

Comments
 (0)
Please sign in to comment.