diff --git a/CHANGELOG.md b/CHANGELOG.md index a0a92a9..061766c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,31 @@ -## v0.9.11 - 2020-??-?? - ??????????????? - -* Added support for TCP health checking to dynamic records +## v0.9.11 - 2020-11-05 - We still don't know edition + +#### Noteworthy changtes + +* ALIAS records only allowed at the root of zones - see `leient` in record docs + for work-arounds if you really need them. + +#### New Providers + +* Gandi LiveDNS +* UltraDNS +* easyDNS + +#### Stuff + +* Add support for zones aliases +* octodns-compare: Prefix filtering and status code on on mismatch +* Implement octodns-sync --source +* Adding environment variable record injection +* Add support for wildcard SRV records, as shown in RFC 2782 +* Add healthcheck option 'request_interval' for Route53 provider +* NS1 georegion, country, and catchall need to be separate groups +* Add the ability to mark a zone as lenient +* Add support for geo-targeting of CA provinces +* Update geo_data to pick up a couple renames +* Cloudflare: Add PTR Support, update rate-limit handling and pagination +* Support PowerDNS 4.3.x +* Added support for TCP health checking of dynamic records ## v0.9.10 - 2020-04-20 - Dynamic NS1 and lots of misc diff --git a/octodns/__init__.py b/octodns/__init__.py index 341f51e..3fcdaa1 100644 --- a/octodns/__init__.py +++ b/octodns/__init__.py @@ -3,4 +3,4 @@ from __future__ import absolute_import, division, print_function, \ unicode_literals -__VERSION__ = '0.9.10' +__VERSION__ = '0.9.11'