Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.0.7 version bump & changelog update #75

Merged
merged 1 commit into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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