Browse Source

0.8.7 version bump

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

+ 13
- 0
CHANGELOG.md 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


+ 1
- 1
octodns/__init__.py View File

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

Loading…
Cancel
Save