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

0.8.7 version bump

This commit is contained in:
Ross McFarland
2017-09-29 16:23:51 -07:00
parent feec443bb4
commit 74631a6a71
2 changed files with 14 additions and 1 deletions

View File

@@ -1,3 +1,16 @@
## v0.8.7 - 2017-09-29 - OVH support
Adds an OVH provider.
## v0.8.6 - 2017-09-06 - CAA record type,
Misc fixes and improvments.
* Azure TXT record fix
* PowerDNS api support for https
* Configurable Route53 max retries and max-attempts
* Improved key ordering error message
## v0.8.5 - 2017-07-21 - Azure, NS1 escaping, & large zones
Relatively small delta this go around. No major themes or anything, just steady

View File

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