Merge pull request #1073 from octodns/rel-1-2-0

v1.2.0 bump & changelog updates
This commit is contained in:
Viranch Mehta
2023-09-27 22:15:26 -07:00
committed by GitHub
2 changed files with 3 additions and 6 deletions
+2 -5
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
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'