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
|
||||
|
||||
## [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
|
||||
|
||||
### Added:
|
||||
|
|
|
@ -5,10 +5,10 @@ package sender
|
|||
|
||||
const (
|
||||
// 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.
|
||||
// values: detach|release
|
||||
// NOTE: Update this with each tagged release.
|
||||
ourUserAgentComment = "detach"
|
||||
ourUserAgentComment = "release"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue