Browse Source
Merge pull request #1152 from octodns/rel-1-6-0
Version 1.6.0 bump & changelog update
pull/1154/head
v1.6.0
Ross McFarland
2 years 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.6.x - 2024-??-?? - ??? |
|
|
|
## v1.6.0 - 2024-03-11 - It's a secret, if I told you I'd have to kill you |
|
|
|
|
|
|
|
* Add EnsureTrailingDots processor |
|
|
|
* Beta support for custom secret providers added to Manager. |
|
|
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
'OctoDNS: DNS as code - Tools for managing DNS across multiple providers' |
|
|
|
|
|
|
|
# TODO: remove __VERSION__ w/2.x |
|
|
|
__version__ = __VERSION__ = '1.5.1' |
|
|
|
__version__ = __VERSION__ = '1.6.0' |