Browse Source

v1.1.1 version bump and changelog update

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

+ 4
- 0
CHANGELOG.md View File

@ -1,3 +1,7 @@
## v1.1.0 - 2023-09-16 - Doh! Fix that one little thing
* Address a bug in the handling of loading auto-arpa manager configuration.
## v1.1.0 - 2023-09-13 - More than enough for a minor release ## v1.1.0 - 2023-09-13 - More than enough for a minor release
#### Noteworthy changes #### Noteworthy changes


+ 1
- 1
octodns/__init__.py View File

@ -1,3 +1,3 @@
'OctoDNS: DNS as code - Tools for managing DNS across multiple providers' 'OctoDNS: DNS as code - Tools for managing DNS across multiple providers'
__VERSION__ = '1.1.0'
__VERSION__ = '1.1.1'

Loading…
Cancel
Save