Browse Source
Rel 0.9.19 version bump & CHANGELOG update
pull/920/head
Ross McFarland
3 years ago
No known key found for this signature in database
GPG Key ID: 943B179E15D3B22A
2 changed files with
5 additions and
1 deletions
-
CHANGELOG.md
-
octodns/__init__.py
|
|
|
@ -1,3 +1,7 @@ |
|
|
|
## v0.9.18 - 2022-09-14 - Subzone handling |
|
|
|
|
|
|
|
* Fixed issue with sub-zone handling introduced in 0.9.18 |
|
|
|
|
|
|
|
## v0.9.18 - 2022-09-09 - Internationalization |
|
|
|
|
|
|
|
* Added octodns.idna idna_encode/idna_decode helpers, providers will need to |
|
|
|
|
|
|
|
@ -7,4 +7,4 @@ from __future__ import ( |
|
|
|
unicode_literals, |
|
|
|
) |
|
|
|
|
|
|
|
__VERSION__ = '0.9.18' |
|
|
|
__VERSION__ = '0.9.19' |