Browse Source
Merge pull request #1186 from octodns/rel-1-9-1
1.9.1 bump & changelog update
pull/1190/head
v1.9.1
Ross McFarland
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
2 deletions
-
CHANGELOG.md
-
octodns/__init__.py
|
|
|
@ -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 |
|
|
|
|
|
|
|
|
|
|
|
@ -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' |