Skip to content

Commit

Permalink
Merge branch 'main' into svcb-https-type-support
Browse files Browse the repository at this point in the history
  • Loading branch information
ross authored Sep 6, 2024
2 parents 2777b9d + 5489b15 commit 7061fed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v0.0.? - 2024-??-?? - ???
## v0.0.7 - 2024-08-20 - DS always come second

* Create DS records after their sibling NS records to appease Cloudflare's
validations
Expand Down
2 changes: 1 addition & 1 deletion octodns_cloudflare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
SUPPORTS_SVCB = False

# TODO: remove __VERSION__ with the next major version release
__version__ = __VERSION__ = '0.0.6'
__version__ = __VERSION__ = '0.0.7'


class CloudflareError(ProviderException):
Expand Down

0 comments on commit 7061fed

Please sign in to comment.