From ca6b3c61106075c34653feef2767284d43b1f031 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Mon, 28 Jan 2019 08:33:17 -0800 Subject: [PATCH] Version bump to 0.9.4 & CHANGELOG.md update --- CHANGELOG.md | 18 ++++++++---------- octodns/__init__.py | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cdab51..87e70a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,11 @@ -## v0.9.4 - ....-..-.. - Dynamic Records Beta - -* Dynamic Records (more powerful/flexible replacement for geo) - * Will support A, AAAA, and CNAME out the gate and include the ability to - weight records. It should provide a foundation for further suppport - if/when needed. - * Major refactoring and improvements to validation of the Record hierarchy, - things are much more consisntely implemented now and error messages should - be more actionable/clear. Both the base values and dynamic values use the - same validatio logic. +## v0.9.4 - 2019-01-28 - The one with a bunch of stuff, before the big one + +* A bunch of "dynamic" stuff that'll be detailed in the next release when + providers actually support it :grin: +* Route53Provider adds support for using session tokens +* Added support for proxying Cloudflare ALIAS records +* Dyn CAA TTL fix +* Documentation fixes and improvements * natsort version bump to address setup issues * DNSSimple TXT record handling fixes, ; it's always ; * Route53Provider support for sessiom tokens diff --git a/octodns/__init__.py b/octodns/__init__.py index 3f73cf3..6125bf1 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.3' +__VERSION__ = '0.9.4'