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'