Browse Source
Version 1.8.0 bump & changelog update
pull/1180/head
Ross McFarland
2 years ago
No known key found for this signature in database
GPG Key ID: 943B179E15D3B22A
2 changed files with
2 additions and
2 deletions
-
CHANGELOG.md
-
octodns/__init__.py
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
## v1.?.? - 2024-??-?? - ??? |
|
|
|
## v1.8.0 - 2024-06-10 - Set the records straight |
|
|
|
|
|
|
|
* Add support for SVCB and HTTPS records |
|
|
|
* Allow DS records to be specified for managed sub-zones, same as NS |
|
|
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
'OctoDNS: DNS as code - Tools for managing DNS across multiple providers' |
|
|
|
|
|
|
|
# TODO: remove __VERSION__ w/2.x |
|
|
|
__version__ = __VERSION__ = '1.7.0' |
|
|
|
__version__ = __VERSION__ = '1.8.0' |