From bb5dbd7d420a27107383d22f27cf789d344921a5 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Sun, 18 Jul 2021 14:04:12 -0700 Subject: [PATCH] v0.9.13 version bump and CHANGELOG update --- CHANGELOG.md | 12 +++++++++++- octodns/__init__.py | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6dcb48..dca36a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v0.9.13 - 2021-..-.. - +## v0.9.13 - 2021-07-18 - Processors Alpha #### Noteworthy changes @@ -14,6 +14,16 @@ America list for backwards compatibility reasons. They will be added in the next releaser. +#### Stuff + +* Lots of progress on the partial/beta support for dynamic records in Azure, + still not production ready. +* NS1 fix for when a pool only exists as a fallback +* Zone level lenient flag +* Validate weight makes sense for pools with a single record +* UltraDNS support for aliases and general fixes/improvements +* Misc doc fixes and improvements + ## v0.9.12 - 2021-04-30 - Enough time has passed #### Noteworthy changes diff --git a/octodns/__init__.py b/octodns/__init__.py index 1885d42..16ec066 100644 --- a/octodns/__init__.py +++ b/octodns/__init__.py @@ -3,4 +3,4 @@ from __future__ import absolute_import, division, print_function, \ unicode_literals -__VERSION__ = '0.9.12' +__VERSION__ = '0.9.13'