Skip to content

Commit

Permalink
Merge pull request #37 from octodns/yzguy/v003
Browse files Browse the repository at this point in the history
v0.0.3 version bump & changelog update
  • Loading branch information
yzguy authored Feb 19, 2024
2 parents 9aae6b5 + 68334c0 commit 74426ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.0.3 - 2024-02-19 - TLSA record support

- Add support for TLSA records

## v0.0.2 - 2023-10-19 - Cya ApiKey, Welcome PAT

- Use Personal Access Token (PAT) authentication instead of ApiKey (deprecated by Gandhi)
Expand Down
2 changes: 1 addition & 1 deletion octodns_gandi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from octodns.record import Record

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


class GandiClientException(ProviderException):
Expand Down

0 comments on commit 74426ac

Please sign in to comment.