From db8faaf63adbe62ffe0fbbfa2b39a23f06c9c9ea Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 21 Feb 2022 16:39:15 +0000 Subject: [PATCH] 0.22.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ hpecp/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3108c2f..dab9431 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.22.5 (2022-02-21) +### Fix +* **gateway:** Missing arg ([`c5d0d21`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/c5d0d21b3fab24b2c2220dbe6f9814a8161d1192)) + ## v0.22.4 (2022-02-21) ### Fix * **build:** Fix broken build ([`9ee71bf`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/9ee71bf01e824f9200ce6e4e09b94ff8ad5583ca)) diff --git a/hpecp/__init__.py b/hpecp/__init__.py index 4c604a8..ea24543 100644 --- a/hpecp/__init__.py +++ b/hpecp/__init__.py @@ -35,4 +35,4 @@ ) from .logger import Logger -__version__ = "0.22.4" +__version__ = "0.22.5"