1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Rel 0.9.19 version bump & CHANGELOG update

This commit is contained in:
Ross McFarland
2022-08-14 11:49:20 -07:00
parent b5340801e0
commit dfd56c6636
2 changed files with 5 additions and 1 deletions

View File

@@ -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 ## v0.9.18 - 2022-09-09 - Internationalization
* Added octodns.idna idna_encode/idna_decode helpers, providers will need to * Added octodns.idna idna_encode/idna_decode helpers, providers will need to

View File

@@ -7,4 +7,4 @@ from __future__ import (
unicode_literals, unicode_literals,
) )
__VERSION__ = '0.9.18' __VERSION__ = '0.9.19'