From 680f8454c8b066ffa8ca143278fcbd2a0eedec2c Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Mon, 29 Oct 2018 19:38:56 -0700 Subject: [PATCH] Version bump to 0.9.3 & CHANGELOG.md update --- CHANGELOG.md | 8 ++++++++ octodns/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a35489e..688929a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v0.9.2 - 2018-10-29 - Misc. stuff sort of release + +* ZoneFile source added +* Major rework/improvements to the Cloudflare record update process, fixed bugs + and optimized it quite a bit +* Add ability to manage Cloudflare proxy flag +* Bump requests version to 2.20.0 + ## v0.9.2 - 2018-08-20 - More sources * EtcHostsProvider implementation to create static/emergency best effort diff --git a/octodns/__init__.py b/octodns/__init__.py index f5181d7..3f73cf3 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.2' +__VERSION__ = '0.9.3'