From 9c81e1c0dfcf0fba58e2771d08d6983d121b7cd4 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Mon, 11 Mar 2024 15:11:59 -0700 Subject: [PATCH] Version 1.6.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 a5fd39c..84ea7a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v1.6.x - 2024-??-?? - ??? +## v1.6.0 - 2024-03-11 - It's a secret, if I told you I'd have to kill you * Add EnsureTrailingDots processor * Beta support for custom secret providers added to Manager. diff --git a/octodns/__init__.py b/octodns/__init__.py index ebfb66e..927c935 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.5.1' +__version__ = __VERSION__ = '1.6.0'