Skip to content

Commit 9d34d5a

Browse files
committed
2 parents 1528e19 + dca72d2 commit 9d34d5a

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

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

0 commit comments

Comments
 (0)