Skip to content

Commit

Permalink
Merge pull request #36 from octodns/rel-0-0-4
Browse files Browse the repository at this point in the history
Rel 0 0 4
  • Loading branch information
ross authored Jan 27, 2024
2 parents 51757ba + c25f3f1 commit dcdae8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## v0.0.3 - 2024-01-27 - Primary Zone Creation
## v0.0.4 - 2024-01-27 - Primary Zone Creation

* Support for creation of primary zones.
Includes automatic creation of NS record set,
and SOA record for zones that do not exist.
* Support for comments, i.e. zone descriptions.

## v0.0.2 - 2023-03-16 - CAA has arrived
## v0.0.3 - 2023-03-16 - CAA has arrived

* Support for CAA records has been added
* Set a user-agent on outgoing http requests
Expand Down
2 changes: 1 addition & 1 deletion octodns_edgedns/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from octodns.record import Record

# TODO: remove __VERSION__ with the next major version release
__version__ = __VERSION__ = '0.0.3'
__version__ = __VERSION__ = '0.0.4'


class AkamaiClientNotFound(ProviderException):
Expand Down

0 comments on commit dcdae8f

Please sign in to comment.