Skip to content

Commit 5190616

Browse files
committed
chore: release v0.4.2
1 parent dc94eee commit 5190616

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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.2 (2022-06-30)
6+
### Fix
7+
* Paginator.fetchone() now returns None instead of a ClientException at the end of the iteration ([#13](https://github.com/cancom/python-hostingde/issues/13)) ([`dc94eee`](https://github.com/cancom/python-hostingde/commit/dc94eee54e765682f87ac631d7ae787253dab19a))
8+
59
## v0.4.1 (2021-11-21)
610
### Fix
711
* Renames zone_id to zone_config_id in Record model ([#11](https://github.com/cancom/python-hostingde/issues/11)) ([`45f4678`](https://github.com/cancom/python-hostingde/commit/45f46781b3070041252cc420552140181f08e784))

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.4.1"
5+
__version__ = "0.4.2"

0 commit comments

Comments
 (0)