1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Merge pull request #1155 from octodns/rel-1-6-1

Version 1.6.1 bump & changelog update
This commit is contained in:
Ross McFarland
2024-03-17 12:47:19 -07:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
## v1.6.1 - 2024-03-17 - Didn't we do this already
* Fix env var type handling that was previously fixed in 1.5.1 and then
regressed in 1.6.0.
## v1.6.0 - 2024-03-11 - It's a secret, if I told you I'd have to kill you
* Add EnsureTrailingDots processor

View File

@@ -1,4 +1,4 @@
'OctoDNS: DNS as code - Tools for managing DNS across multiple providers'
# TODO: remove __VERSION__ w/2.x
__version__ = __VERSION__ = '1.6.0'
__version__ = __VERSION__ = '1.6.1'