forked from TrueCloudLab/lego
Prepare release v3.3.0
This commit is contained in:
parent
6154f47ec3
commit
63758264cb
2 changed files with 15 additions and 2 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,5 +1,18 @@
|
||||||
# Changelog
|
# 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
|
## [v3.2.0] - 2019-11-10
|
||||||
|
|
||||||
### Added:
|
### Added:
|
||||||
|
|
|
@ -5,10 +5,10 @@ package sender
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// ourUserAgent is the User-Agent of this underlying library package.
|
// 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.
|
// ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package.
|
||||||
// values: detach|release
|
// values: detach|release
|
||||||
// NOTE: Update this with each tagged release.
|
// NOTE: Update this with each tagged release.
|
||||||
ourUserAgentComment = "detach"
|
ourUserAgentComment = "release"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue