Skip to content

Commit

Permalink
v0.0.2 version bump and changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
yzguy committed Oct 19, 2023
1 parent 7b69eef commit 1ee1fa4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.0.2 - 2023-10-19 - Cya ApiToken, Welcome PAT

- Use Personal Access Token (PAT) authentication instead of ApiToken (deprecated by Gandhi)

## v0.0.1 - 2022-01-09 - Moving

#### Nothworthy Changes
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,15 @@ octodns-gandi==0.0.1
providers:
gandi:
class: octodns_gandi.GandiProvider
# Your API key (required)
# Your personal access token (required)
token: env/GANDI_TOKEN
```
Note: The minimum permissions your PAT must have are
* See and renew domain names
* Manage domain name technical configurations
### Support Information
#### Records
Expand Down
2 changes: 1 addition & 1 deletion octodns_gandi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from octodns.provider.base import BaseProvider
from octodns.record import Record

__VERSION__ = '0.0.1'
__VERSION__ = '0.0.2'


class GandiClientException(ProviderException):
Expand Down

0 comments on commit 1ee1fa4

Please sign in to comment.