Skip to content

Commit 5faa450

Browse files
actions-usergithub-actions
authored andcommitted
chore: release v0.6.0
1 parent 7e5fbbe commit 5faa450

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## v0.6.0 (2022-10-17)
6+
### Feature
7+
* Adds check_domain_availability endpoint ([#17](https://github.com/cancom/python-hostingde/issues/17)) ([`76b63cd`](https://github.com/cancom/python-hostingde/commit/76b63cd2fb8153e9eaaf20cc3b215bfeb28858fa))
8+
9+
### Fix
10+
* Fixes issue where wrong model is retrieved from backend ([#18](https://github.com/cancom/python-hostingde/issues/18)) ([`7e5fbbe`](https://github.com/cancom/python-hostingde/commit/7e5fbbe589c8b000e740558aa82402d4bcefbbfe))
11+
512
## v0.5.0 (2022-10-04)
613
### Feature
714
* Adds domain endpoints ([#16](https://github.com/cancom/python-hostingde/issues/16)) ([`afb488b`](https://github.com/cancom/python-hostingde/commit/afb488b076e9c6bb8710e95045aee96d9f641738))

hostingde/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
__email__ = "opensource@cancom.de"
33
__license__ = "MIT"
44
__title__ = "python-hostingde"
5-
__version__ = "0.5.0"
5+
__version__ = "0.6.0"

0 commit comments

Comments
 (0)