diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a72d66..867a320 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.0.4 - 2023-12-06 - Bug fix + +#### Changes + +* Remove function forcing escaping semicolon in TXT content which caused record updating even if no changes were done to it + + ## v0.0.3 - 2022-09-01 - New records and bug fix #### Changes diff --git a/octodns_selectel/__init__.py b/octodns_selectel/__init__.py index 45c8697..7a4dcb3 100644 --- a/octodns_selectel/__init__.py +++ b/octodns_selectel/__init__.py @@ -14,7 +14,7 @@ from octodns.record import Record, Update # TODO: remove __VERSION__ with the next major version release -__version__ = __VERSION__ = '0.0.3' +__version__ = __VERSION__ = '0.0.4' def require_root_domain(fqdn):