mirror of
https://github.com/go-acme/lego.git
synced 2024-12-23 01:07:23 +02:00
Prepare release v2.4.0
This commit is contained in:
parent
51447bb2e7
commit
aaecc1ca72
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 New Issue
Block a user