From 2476795a28e942268063e7bb1dbdd96f80952029 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Sat, 16 Sep 2023 21:02:11 -0700 Subject: [PATCH] v1.1.1 version bump and changelog update --- CHANGELOG.md | 4 ++++ octodns/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96b19f0..1fa1428 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v1.1.0 - 2023-09-16 - Doh! Fix that one little thing + +* Address a bug in the handling of loading auto-arpa manager configuration. + ## v1.1.0 - 2023-09-13 - More than enough for a minor release #### Noteworthy changes diff --git a/octodns/__init__.py b/octodns/__init__.py index 43b9eb5..80c6e0e 100644 --- a/octodns/__init__.py +++ b/octodns/__init__.py @@ -1,3 +1,3 @@ 'OctoDNS: DNS as code - Tools for managing DNS across multiple providers' -__VERSION__ = '1.1.0' +__VERSION__ = '1.1.1'