Skip to content

Commit 72eba91

Browse files
committed
0.19.0
Automatically generated by python-semantic-release
1 parent 0dde621 commit 72eba91

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.19.0 (2021-03-15)
6+
### Feature
7+
* **k8scluster:** Add external_groups ([`0dde621`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/0dde62126a6e23b1143e277bd70372b820a71e55))
8+
59
## v0.18.2 (2021-03-12)
610
### Fix
711
* **k8scluster:** Don't add empty ext id server ([`e89ffaf`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/e89ffaf9ab2a89f8a96d930c56004a79d004aaee))

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

0 commit comments

Comments
 (0)