Prepare release v3.3.0

This commit is contained in:
Fernandez Ludovic 2020-01-08 21:04:44 +01:00 committed by Ludovic Fernandez
parent 6154f47ec3
commit 63758264cb
2 changed files with 15 additions and 2 deletions

View file

@ -1,5 +1,18 @@
# Changelog
## [v3.3.0] - 2020-01-08
### Added:
- **[dnsprovider]** Add DNS provider for Checkdomain
- **[lib]** Add support to update account
### Changed:
- **[dnsprovider]** gcloud: Auto-detection of the project ID.
- **[lib]** Successfully parse private key PEM blocks
### Fixed:
- **[dnsprovider]** Update dnspod, because of API breaking changes.
## [v3.2.0] - 2019-11-10
### Added:

View file

@ -5,10 +5,10 @@ package sender
const (
// ourUserAgent is the User-Agent of this underlying library package.
ourUserAgent = "xenolf-acme/3.2.0"
ourUserAgent = "xenolf-acme/3.3.0"
// ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package.
// values: detach|release
// NOTE: Update this with each tagged release.
ourUserAgentComment = "detach"
ourUserAgentComment = "release"
)