Skip to content

Commit e8492fc

Browse files
author
github-actions
committed
chore: release v0.8.1
1 parent 3f1e134 commit e8492fc

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.8.1 (2023-04-11)
6+
### Fix
7+
* Removes dependency on responses in setup.py ([`3f1e134`](https://github.com/cancom/python-hostingde/commit/3f1e134deae1423b0c27a5e01d7eaa9a91f9d2b4))
8+
59
## v0.8.0 (2023-04-06)
610
### Feature
711
* Adds recordsUpdate endpoint ([#25](https://github.com/cancom/python-hostingde/issues/25)) ([`be922e3`](https://github.com/cancom/python-hostingde/commit/be922e3c82a5d1f72a0338aaa33aef32ce38cf0e))

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.8.0"
5+
__version__ = "0.8.1"

0 commit comments

Comments
 (0)