We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be922e3 commit d04065cCopy full SHA for d04065c
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.8.0 (2023-04-06)
6
+### Feature
7
+* Adds recordsUpdate endpoint ([#25](https://github.com/cancom/python-hostingde/issues/25)) ([`be922e3`](https://github.com/cancom/python-hostingde/commit/be922e3c82a5d1f72a0338aaa33aef32ce38cf0e))
8
+
9
## v0.7.2 (2023-01-03)
10
### Fix
11
* Removes responses from requirements ([#23](https://github.com/cancom/python-hostingde/issues/23)) ([`042ac4e`](https://github.com/cancom/python-hostingde/commit/042ac4e19abf0e254dd45b651bc19f6ca60a33ac))
hostingde/__version__.py
@@ -2,4 +2,4 @@
__email__ = "opensource@cancom.de"
__license__ = "MIT"
__title__ = "python-hostingde"
-__version__ = "0.7.2"
+__version__ = "0.8.0"
0 commit comments