Browse Source

Merge pull request #535 from github/rel-0-9-10

v0.9.10 version bump and CHANGELOG update
pull/536/head v0.9.10
Ross McFarland 6 years ago
committed by GitHub
parent
commit
3e1282f250
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 3 deletions
  1. +8
    -2
      CHANGELOG.md
  2. +1
    -1
      octodns/__init__.py

+ 8
- 2
CHANGELOG.md View File

@ -1,10 +1,16 @@
## v0.9.10 - ????-??-?? - ???
## v0.9.10 - 2020-04-20 - Dynamic NS1 and lots of misc
* Added support for dynamic records to Ns1Provider, updated client and rate
limiting implementation
* Moved CI to use GitHub Actions
* Set up dependabot to automatically PR requirements updates
* Pass at bumping all of the requirements
* Pass at bumping all of the requirements and Dependabot them going forward
* Enhanced `dynamic` pool validation rules
* Delegation set support for Route53 and fix for CNAME/A ordering issues
* DNSimple sandbox support
* OVHProvider support for CAA
* Akamai rename FastDNS to EdgeDNS
* Transip bumped to 2.1.2 which should get away from its SOAP api which is EOLd
## v0.9.9 - 2019-11-04 - Python 3.7 Support


+ 1
- 1
octodns/__init__.py View File

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

Loading…
Cancel
Save