diff --git a/CHANGELOG.md b/CHANGELOG.md index b81bf7d..5de9bee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v1.9.? - 2024-??-?? - ??? +## v1.9.1 - 2024-06-21 - What's in a name * Add `name` to Change.data, and thus PlanJson output diff --git a/octodns/__init__.py b/octodns/__init__.py index 939101c..88bdc17 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.9.0' +__version__ = __VERSION__ = '1.9.1'