Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DXTimer committed Jan 18, 2024
1 parent b1e67bd commit 144bc5f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,10 +2,16 @@

## main

## 1.0.0

FEATURES:

- The plugin now supports the setting of `client_dns_resolver` to override the DNS resolver used for DNSimple API endpoints. This is useful when running CoreDNS as the DNS resolver for the host. Format is `ADDRESS:PORT`. (#25)

ENHANCEMENTS:

- Enforce the presence of the `access_token` and `account_id` parameters in the configuration whether supplied by environment variables or directly in config, we raise an error if they are found missing. (#24)

## 1.0.0-rc.1

FEATURES:
Expand Down
2 changes: 1 addition & 1 deletion version.go
@@ -1,5 +1,5 @@
package dnsimple

const (
PluginVersion = "1.0.0-rc.1"
PluginVersion = "1.0.0"
)

0 comments on commit 144bc5f

Please sign in to comment.