From 2e4a74377a4cbc5463456006690b09ba1d387f11 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Tue, 20 Aug 2024 13:55:11 -0700 Subject: [PATCH] v0.0.7 changelog update & version bump --- CHANGELOG.md | 2 +- octodns_cloudflare/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e39172f..c389537 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v0.0.? - 2024-??-?? - ??? +## v0.0.7 - 2024-08-20 - DS always come second * Create DS records after their sibling NS records to appease Cloudflare's validations diff --git a/octodns_cloudflare/__init__.py b/octodns_cloudflare/__init__.py index dfb3898..d2ac88f 100644 --- a/octodns_cloudflare/__init__.py +++ b/octodns_cloudflare/__init__.py @@ -16,7 +16,7 @@ from octodns.record import Create, Record, Update # TODO: remove __VERSION__ with the next major version release -__version__ = __VERSION__ = '0.0.6' +__version__ = __VERSION__ = '0.0.7' class CloudflareError(ProviderException):