Skip to content

Commit

Permalink
Merge pull request #39 from Archirk/main
Browse files Browse the repository at this point in the history
Rel v0.0.4 version bump
  • Loading branch information
ross authored Dec 6, 2023
2 parents 30bb472 + 46ca693 commit 1714ef6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion octodns_selectel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 1714ef6

Please sign in to comment.