forked from TrueCloudLab/lego
Prepare release v4.1.3
This commit is contained in:
parent
181926ca0d
commit
086040a8ba
2 changed files with 8 additions and 2 deletions
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [v4.1.3] - 2020-11-25
|
||||||
|
|
||||||
|
### Fixed:
|
||||||
|
|
||||||
|
- **[dnsprovider]** azure: fix error handling.
|
||||||
|
|
||||||
## [v4.1.2] - 2020-11-21
|
## [v4.1.2] - 2020-11-21
|
||||||
|
|
||||||
### Fixed:
|
### Fixed:
|
||||||
|
|
|
@ -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/4.1.2"
|
ourUserAgent = "xenolf-acme/4.1.3"
|
||||||
|
|
||||||
// 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