From 2476795a28e942268063e7bb1dbdd96f80952029 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Sat, 16 Sep 2023 21:02:11 -0700 Subject: [PATCH 1/2] 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' From 33959104b60c1767a289511657ac48da04aab0ef Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Sat, 16 Sep 2023 21:05:58 -0700 Subject: [PATCH 2/2] Correct changelog version number --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fa1428..808a153 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v1.1.0 - 2023-09-16 - Doh! Fix that one little thing +## v1.1.1 - 2023-09-16 - Doh! Fix that one little thing * Address a bug in the handling of loading auto-arpa manager configuration.