diff --git a/CHANGELOG.md b/CHANGELOG.md index 84ea7a3..818c037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v1.6.1 - 2024-03-17 - Didn't we do this already + +* Fix env var type handling that was previously fixed in 1.5.1 and then + regressed in 1.6.0. + ## v1.6.0 - 2024-03-11 - It's a secret, if I told you I'd have to kill you * Add EnsureTrailingDots processor diff --git a/octodns/__init__.py b/octodns/__init__.py index 927c935..ccd1dc8 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.0' +__version__ = __VERSION__ = '1.6.1'