Skip to content

Commit

Permalink
Merge pull request #1151 from octodns/rel-1-5-1
Browse files Browse the repository at this point in the history
Version 1.5.1 bump & changelog update
  • Loading branch information
ross authored Mar 8, 2024
2 parents bec1936 + 7f27316 commit b7fcf47
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion octodns/__init__.py
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit b7fcf47

Please sign in to comment.