Browse Source

Version 1.5.1 bump & changelog update

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

+ 6
- 0
CHANGELOG.md View File

@ -1,3 +1,9 @@
## v1.5.1 - 2024-03-08 - env/* type conversion fix
* Improved env variable to parameter type conversion logic, avoid converting
all numbers to float which caused some formatting issues in things that
weren't being careful enough.
## v1.5.0 - 2024-02-26 - Checksums, nested expansion, & flexable values
* Beta support for Manager.enable_checksum and octodns-sync --checksum Allows a


+ 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.5.0'
__version__ = __VERSION__ = '1.5.1'

Loading…
Cancel
Save