Skip to content

Commit e26c12b

Browse files
actions-usergithub-actions
authored andcommitted
chore: release v0.7.0
1 parent daf077b commit e26c12b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

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

5+
## v0.7.0 (2022-10-20)
6+
### Feature
7+
* Adds None as possible chainable target ([#20](https://github.com/cancom/python-hostingde/issues/20)) ([`daf077b`](https://github.com/cancom/python-hostingde/commit/daf077b0cd9e470797dce63938686b3a090265a7))
8+
* Adds ability to paginate using the pages API which was originally hidden to the user ([`318d75c`](https://github.com/cancom/python-hostingde/commit/318d75c9064e83f1bc6e473f5938e5942a0c23c5))
9+
510
## v0.6.0 (2022-10-17)
611
### Feature
712
* Adds check_domain_availability endpoint ([#17](https://github.com/cancom/python-hostingde/issues/17)) ([`76b63cd`](https://github.com/cancom/python-hostingde/commit/76b63cd2fb8153e9eaaf20cc3b215bfeb28858fa))

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.6.0"
5+
__version__ = "0.7.0"

0 commit comments

Comments
 (0)