From 4035afaa834d61f7282fce42819e44b39e7aa56a Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Mon, 29 Apr 2024 14:41:42 -0700 Subject: [PATCH] Version 1.7.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 cbc69c4..afded1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v1.?.? - 2024-??-?? - ???? +## v1.7.0 - 2024-04-29 - All the knobs and dials * Support for specifying per-zone change thresholds, to allow for zones where lots of changes are expected frequently to live along side zones diff --git a/octodns/__init__.py b/octodns/__init__.py index ccd1dc8..5cc02d4 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.6.1' +__version__ = __VERSION__ = '1.7.0'