mirror of
https://github.com/go-acme/lego.git
synced 2025-02-01 13:27:55 +02:00
Prepare release v2.7.0
This commit is contained in:
parent
87be19588b
commit
789f170ee6
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,5 +1,19 @@
|
||||
# Changelog
|
||||
|
||||
## [v2.7.0] - 2019-07-17
|
||||
|
||||
### Added:
|
||||
- **[dnsprovider]** Add DNS provider for namesilo
|
||||
- **[dnsprovider]** Add DNS provider for versio.nl
|
||||
|
||||
### Changed:
|
||||
- **[dnsprovider]** Update DNS providers libs.
|
||||
- **[dnsprovider]** joker: support username and password.
|
||||
- **[dnsprovider]** Vultr: Switch to official client
|
||||
|
||||
### Fixed:
|
||||
- **[dnsprovider]** otc: Prevent sending empty body.
|
||||
|
||||
## [v2.6.0] - 2019-05-27
|
||||
|
||||
### Added:
|
||||
|
@ -5,10 +5,10 @@ package sender
|
||||
|
||||
const (
|
||||
// ourUserAgent is the User-Agent of this underlying library package.
|
||||
ourUserAgent = "xenolf-acme/2.6.0"
|
||||
ourUserAgent = "xenolf-acme/2.7.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…
x
Reference in New Issue
Block a user