Skip to content

Commit 340654e

Browse files
committed
2 parents 555a7c3 + fc6fca1 commit 340654e

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

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

0 commit comments

Comments
 (0)