Browse Source

v0.9.5 version bump and CHANGELOG updates

pull/358/head
Ross McFarland 7 years ago
parent
commit
7668e15bb6
No known key found for this signature in database GPG Key ID: 61C10C4FC8FE4A89
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,7 +1,7 @@
## v0.9.5 - 2019-??-?? - The big one, with all the dynamic stuff
## v0.9.5 - 2019-05-06 - The big one, with all the dynamic stuff
* dynamic record support, essentially a v2 version of geo records with a lot
more flexibility and power. Also support dynamic CNAME records.
more flexibility and power. Also support dynamic CNAME records (alpha)
* Route53Provider dynamic record support
* DynProvider dynamic record support
* SUPPORTS_DYNAMIC is an optional property, defaults to False
@ -9,7 +9,13 @@
* CloudflareProvider SRV record unpacking fix
* DNSMadeEasy provider uses supports to avoid blowing up on unknown record
types
* Updates to AzureProvider lib versions
* Normalize MX/CNAME/ALIAS/PTR value to lower case
* SplitYamlProvider support added
* DynProvider fix for Traffic Directors association to records, explicit rather
than "looks close enough"
* TinyDNS support for TXT and AAAA records and fixes to ; escaping
* pre-commit hook requires 100% code coverage
## v0.9.4 - 2019-01-28 - The one with a bunch of stuff, before the big one


+ 1
- 1
octodns/__init__.py View File

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

Loading…
Cancel
Save