From e36f32a224e13b5a1621ee4311ff69a4810a1cf7 Mon Sep 17 00:00:00 2001 From: Viranch Mehta Date: Wed, 27 Sep 2023 11:58:30 -0700 Subject: [PATCH] v1.2.0 bump & changelog updates --- CHANGELOG.md | 7 ++----- octodns/__init__.py | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) 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'