Browse Source
v1.1.1 version bump and changelog update
pull/1064/head
Ross McFarland
2 years ago
No known key found for this signature in database
GPG Key ID: 943B179E15D3B22A
2 changed files with
5 additions and
1 deletions
-
CHANGELOG.md
-
octodns/__init__.py
|
|
@ -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 |
|
|
## v1.1.0 - 2023-09-13 - More than enough for a minor release |
|
|
|
|
|
|
|
|
#### Noteworthy changes |
|
|
#### Noteworthy changes |
|
|
|
|
|
@ -1,3 +1,3 @@ |
|
|
'OctoDNS: DNS as code - Tools for managing DNS across multiple providers' |
|
|
'OctoDNS: DNS as code - Tools for managing DNS across multiple providers' |
|
|
|
|
|
|
|
|
__VERSION__ = '1.1.0' |
|
|
|
|
|
|
|
|
__VERSION__ = '1.1.1' |