From 731f71bf608b4c9a79aecb8beff8c7ffe30cf5cc Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Thu, 20 Jun 2024 09:53:15 -0700 Subject: [PATCH] 1.9.0 version 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 892d31c8..f9c5e30c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v1.?.? - 2024-??-?? - ??? +## v1.9.0 - 2024-06-20 - Grab bag * ICMP & UDP healthcheck protocol support added * Improved handling of present, but empty/None config file values. diff --git a/octodns/__init__.py b/octodns/__init__.py index 7936018e..939101cf 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.8.0' +__version__ = __VERSION__ = '1.9.0'