Skip to content

Commit 3ad722e

Browse files
committed
chore: release v0.3.0
1 parent aa66e75 commit 3ad722e

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.3.0 (2021-11-09)
6+
### Feature
7+
* **dns:** Adds support for dnsServerGroupId ([#9](https://github.com/cancom/python-hostingde/issues/9)) ([`aa66e75`](https://github.com/cancom/python-hostingde/commit/aa66e7526bd17c5a13f76780b8f5ff81c89332a6))
8+
59
## v0.2.1 (2021-11-09)
610
### Fix
711
* Use valid pypi classifier ([`25e4d70`](https://github.com/cancom/python-hostingde/commit/25e4d708c6a9eed7b347a53b65b1f80cf7cb8548))

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.2.1"
5+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)