forked from TrueCloudLab/lego
Prepare release v2.4.0
This commit is contained in:
parent
51447bb2e7
commit
aaecc1ca72
2 changed files with 15 additions and 2 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,5 +1,18 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [v2.4.0] - 2019-03-25
|
||||||
|
|
||||||
|
- Migrate from xenolf/lego to go-acme/lego.
|
||||||
|
|
||||||
|
### Added:
|
||||||
|
- **[dnsprovider]** Add DNS Provider for Domain Offensive (do.de)
|
||||||
|
- **[dnsprovider]** Adds information about '_FILE' suffix.
|
||||||
|
|
||||||
|
### Fixed:
|
||||||
|
- **[cli,dnsprovider]** Add 'manual' provider to the output of dnshelp
|
||||||
|
- **[dnsprovider]** hostingde: Use provided ZoneName instead of domain
|
||||||
|
- **[dnsprovider]** pdns: fix wildcard with SANs
|
||||||
|
|
||||||
## [v2.3.0] - 2019-03-11
|
## [v2.3.0] - 2019-03-11
|
||||||
|
|
||||||
### 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/2.3.0"
|
ourUserAgent = "xenolf-acme/2.4.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