forked from TrueCloudLab/lego
Prepare release v4.10.2
This commit is contained in:
parent
18c6d8fa03
commit
a53549fa24
2 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [v4.10.2] - 2023-02-26
|
||||||
|
|
||||||
|
Fix Docker image builds.
|
||||||
|
|
||||||
## [v4.10.1] - 2023-02-25
|
## [v4.10.1] - 2023-02-25
|
||||||
|
|
||||||
### 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.10.1"
|
ourUserAgent = "xenolf-acme/4.10.2"
|
||||||
|
|
||||||
// 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