Skip to content

Commit b32440b

Browse files
author
github-actions
committed
chore: release v0.9.1
1 parent e5076f5 commit b32440b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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

5+
## v0.9.1 (2023-06-07)
6+
7+
### Fix
8+
9+
* Adds renewal and billing information to domain model ([#29](https://github.com/cancom/python-hostingde/issues/29)) ([`e5076f5`](https://github.com/cancom/python-hostingde/commit/e5076f5c7ca75f49845fe846cd6c4570f75c56d9))
10+
511
## v0.9.0 (2023-05-25)
612
### Feature
713
* Adds ssl certificate list endpoint ([#27](https://github.com/cancom/python-hostingde/issues/27)) ([`1556da4`](https://github.com/cancom/python-hostingde/commit/1556da4ebe06c63751482a489a0297ae036e7509))

hostingde/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
__email__ = "[email protected]"
33
__license__ = "MIT"
44
__title__ = "python-hostingde"
5-
__version__ = "0.9.0"
5+
__version__ = "0.9.1"

0 commit comments

Comments
 (0)