Browse Source

Version bump to 0.9.3 & CHANGELOG.md update

pull/283/head
Ross McFarland 7 years ago
parent
commit
680f8454c8
No known key found for this signature in database GPG Key ID: 61C10C4FC8FE4A89
2 changed files with 9 additions and 1 deletions
  1. +8
    -0
      CHANGELOG.md
  2. +1
    -1
      octodns/__init__.py

+ 8
- 0
CHANGELOG.md 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 ## v0.9.2 - 2018-08-20 - More sources
* EtcHostsProvider implementation to create static/emergency best effort * EtcHostsProvider implementation to create static/emergency best effort


+ 1
- 1
octodns/__init__.py View File

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

Loading…
Cancel
Save