From e77371ad20582bb671f87efe7391fa2db94c81d4 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Thu, 20 Jun 2024 09:58:37 -0700 Subject: [PATCH] 0.0.5 version bump & changelog update --- CHANGELOG.md | 2 +- octodns_constellix/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 612f60e..d537c9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v0.0.5 - 2023-10-xx - refactor API code +## v0.0.5 - 2024-06-20 - refactor API code * Use a common code base for ConstellixClient and SonarClient * Prepare the authZ code for v4 (Authorization: Bearer) diff --git a/octodns_constellix/__init__.py b/octodns_constellix/__init__.py index 9c688d9..1f10290 100644 --- a/octodns_constellix/__init__.py +++ b/octodns_constellix/__init__.py @@ -19,7 +19,7 @@ from octodns.record import Record # TODO: remove __VERSION__ with the next major version release -__version__ = __VERSION__ = '0.0.4' +__version__ = __VERSION__ = '0.0.5' class ConstellixAPIException(ProviderException):