Browse Source

v1.2.0 bump & changelog updates

pull/1073/head
Viranch Mehta 2 years ago
parent
commit
e36f32a224
No known key found for this signature in database GPG Key ID: D83D1392AE9F93B4
2 changed files with 3 additions and 6 deletions
  1. +2
    -5
      CHANGELOG.md
  2. +1
    -1
      octodns/__init__.py

+ 2
- 5
CHANGELOG.md View File

@ -1,10 +1,7 @@
## v1.?.? - 2023-??-?? - ???
## v1.2.0 - 2023-09-28 - Bunch more bug fixes
* Record.from_rrs supports `source` parameter
* *Record.parse_rdata_text unquotes any quoted (string) values
## v1.1.2 - 2023-09-20 - Bunch more bug fixes
* Record.parse_rdata_text unquotes any quoted (string) values
* Fix crash bug when using the YamlProvider with a directory that contains a
mix of split and non-split zone yamls. See https://github.com/octodns/octodns/issues/1066
* Fix discovery of zones from different sources when there are multiple dynamic


+ 1
- 1
octodns/__init__.py View File

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

Loading…
Cancel
Save