Skip to content

Commit

Permalink
0.0.5 version bump & changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
ross committed Jun 20, 2024
1 parent 435e092 commit e77371a
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.5 - 2023-10-xx - refactor API code
## v0.0.5 - 2024-06-20 - refactor API code

* Use a common code base for ConstellixClient and SonarClient
* Prepare the authZ code for v4 (Authorization: Bearer)
Expand Down
2 changes: 1 addition & 1 deletion octodns_constellix/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from octodns.record import Record

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


class ConstellixAPIException(ProviderException):
Expand Down

0 comments on commit e77371a

Please sign in to comment.