forked from TrueCloudLab/lego
Prepare release v2.7.0
This commit is contained in:
parent
87be19588b
commit
789f170ee6
2 changed files with 16 additions and 2 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,5 +1,19 @@
|
||||||
# Changelog
|
# 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
|
## [v2.6.0] - 2019-05-27
|
||||||
|
|
||||||
### 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.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.
|
// 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