Browse Source

Version 1.6.1 bump & changelog update

pull/1155/head
Ross McFarland 2 years ago
parent
commit
f0bf96c6af
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
2 changed files with 6 additions and 1 deletions
  1. +5
    -0
      CHANGELOG.md
  2. +1
    -1
      octodns/__init__.py

+ 5
- 0
CHANGELOG.md 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


+ 1
- 1
octodns/__init__.py 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'

Loading…
Cancel
Save