1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Version bump to 0.9.3 & CHANGELOG.md update

This commit is contained in:
Ross McFarland
2018-10-29 19:38:56 -07:00
parent 93dab2cd0c
commit 680f8454c8
2 changed files with 9 additions and 1 deletions

View File

@@ -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

View File

@@ -3,4 +3,4 @@
from __future__ import absolute_import, division, print_function, \
unicode_literals
__VERSION__ = '0.9.2'
__VERSION__ = '0.9.3'