Skip to content

Commit

Permalink
Merge pull request #107 from octodns/rel-0-0-7
Browse files Browse the repository at this point in the history
v0.0.7 changelog update & version bump
  • Loading branch information
ross authored Aug 20, 2024
2 parents bcaa09c + 2e4a743 commit 5489b15
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 @@ -16,7 +16,7 @@
from octodns.record import Create, Record, Update

# 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 5489b15

Please sign in to comment.