diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ef7902..58cd6ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/octodns/__init__.py b/octodns/__init__.py index 80c6e0e..75fe888 100644 --- a/octodns/__init__.py +++ b/octodns/__init__.py @@ -1,3 +1,3 @@ 'OctoDNS: DNS as code - Tools for managing DNS across multiple providers' -__VERSION__ = '1.1.1' +__VERSION__ = '1.2.0'