mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
0.9.1 version bump and changelog update
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
## v0.9.1 - UNRELEASED
|
||||
## v0.9.1 - 2018-05-21 - Going backwards with setup.py
|
||||
|
||||
### NOTICE
|
||||
|
||||
@@ -11,6 +11,10 @@ all health checks are passing before the first sync with `--doit`. See
|
||||
|
||||
* Major update to geo healthchecks to allow configuring host (header), path,
|
||||
protocol, and port [#67](https://github.com/github/octodns/pull/67)
|
||||
* SSHFP algorithm type 4
|
||||
* NS1 and DNSimple support skipping unsupported record types
|
||||
* Revert back to old style setup.py & requirements.txt, setup.cfg was
|
||||
causing too much pita
|
||||
|
||||
## v0.9.0 - 2018-03-26 - Way too long since we last met
|
||||
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
from __future__ import absolute_import, division, print_function, \
|
||||
unicode_literals
|
||||
|
||||
__VERSION__ = '0.9.0'
|
||||
__VERSION__ = '0.9.1'
|
||||
|
||||
Reference in New Issue
Block a user