From 60a8dc47434e5b5a82a833f103d5e45c61026fa1 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Mon, 10 Jun 2024 06:32:46 -0700 Subject: [PATCH] Version 1.8.0 bump & changelog update --- CHANGELOG.md | 2 +- octodns/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c883a1b..9faa27c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v1.?.? - 2024-??-?? - ??? +## v1.8.0 - 2024-06-10 - Set the records straight * Add support for SVCB and HTTPS records * Allow DS records to be specified for managed sub-zones, same as NS diff --git a/octodns/__init__.py b/octodns/__init__.py index 5cc02d4..7936018 100644 --- a/octodns/__init__.py +++ b/octodns/__init__.py @@ -1,4 +1,4 @@ 'OctoDNS: DNS as code - Tools for managing DNS across multiple providers' # TODO: remove __VERSION__ w/2.x -__version__ = __VERSION__ = '1.7.0' +__version__ = __VERSION__ = '1.8.0'