Skip to content

Commit 0f26d87

Browse files
committed
chore: release v0.4.0
1 parent 1dc5eaa commit 0f26d87

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## v0.4.0 (2021-11-19)
6+
### Feature
7+
* Adds support for record comments ([#10](https://github.com/cancom/python-hostingde/issues/10)) ([`1dc5eaa`](https://github.com/cancom/python-hostingde/commit/1dc5eaa73b387760c90396b63e187e3f54f880cf))
8+
59
## v0.3.0 (2021-11-09)
610
### Feature
711
* **dns:** Adds support for dnsServerGroupId ([#9](https://github.com/cancom/python-hostingde/issues/9)) ([`aa66e75`](https://github.com/cancom/python-hostingde/commit/aa66e7526bd17c5a13f76780b8f5ff81c89332a6))

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.3.0"
5+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)