From f669d360999063b79094a2d5b6578e56c75c2c7c Mon Sep 17 00:00:00 2001 From: Viranch Mehta Date: Tue, 14 Nov 2023 11:19:52 -0800 Subject: [PATCH] v0.0.7 version bump & changelog update --- CHANGELOG.md | 6 ++++++ octodns_ns1/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b5294e..279b359 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/octodns_ns1/__init__.py b/octodns_ns1/__init__.py index 533144f..f771186 100644 --- a/octodns_ns1/__init__.py +++ b/octodns_ns1/__init__.py @@ -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):