Skip to content

Commit

Permalink
Merge pull request #75 from octodns/rel-0-0-7
Browse files Browse the repository at this point in the history
v0.0.7 version bump & changelog update
  • Loading branch information
viranch authored Nov 14, 2023
2 parents 56f3845 + f669d36 commit 93632ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.0.7 - 2023-11-14 - Maintenance release

* Improved NS1 API error logging
* Misc improvements to the CI setup, documentation and fix to the release
packaging metadata

## v0.0.6 - 2023-09-28 - Dynamic zones & bug fixes

* Adds Provider.list_zones to enable new dynamic zone config functionality
Expand Down
2 changes: 1 addition & 1 deletion octodns_ns1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from octodns.record.geo_data import geo_data

# TODO: remove __VERSION__ with the next major version release
__version__ = __VERSION__ = '0.0.6'
__version__ = __VERSION__ = '0.0.7'


def _ensure_endswith_dot(string):
Expand Down

0 comments on commit 93632ca

Please sign in to comment.