From 5df3a8b360cee9658418973d8e67b894243c2256 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Mon, 4 Dec 2023 06:50:27 -0800 Subject: [PATCH] Version 1.4.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 fa7fb68..e17e16d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v1.?.0 - 2023-??-?? - +## v1.4.0 - 2023-12-04 - Minor Meta * Record.lenient property added similar to other common/standard _octodns data * Processor.process_source_and_target_zones added to support modifying both the diff --git a/octodns/__init__.py b/octodns/__init__.py index 083cfbf..37630c5 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.3.0' +__version__ = __VERSION__ = '1.4.0'