From 9845bd130607fcc4ad37b68a2322423fd6927be5 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Wed, 13 Sep 2023 12:42:38 -0700 Subject: [PATCH] v1.1.0 version 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 7406a7b..96b19f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v1.1.0 - 2023-??-?? - ??? +## 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 9fb2bbb..43b9eb5 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.0.0' +__VERSION__ = '1.1.0'