mirror of
https://github.com/go-acme/lego.git
synced 2025-01-18 12:30:36 +02:00
Prepare release v4.13.2
This commit is contained in:
parent
e57bf3bbcf
commit
e391789f98
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,6 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [v4.13.0] - 2023-07-20
|
## [v4.13.2] - 2023-07-21
|
||||||
|
|
||||||
|
### Fixed:
|
||||||
|
- **[dnsprovider]** servercow: fix regression
|
||||||
|
|
||||||
|
## [v4.13.1] - 2023-07-20
|
||||||
|
|
||||||
### Added:
|
### Added:
|
||||||
- **[dnsprovider]** Add DNS provider for IPv64
|
- **[dnsprovider]** Add DNS provider for IPv64
|
||||||
@ -18,6 +23,10 @@
|
|||||||
- **[cli]** fix: list command
|
- **[cli]** fix: list command
|
||||||
- **[lib]** fix: ARI explanationURL
|
- **[lib]** fix: ARI explanationURL
|
||||||
|
|
||||||
|
## [v4.13.0] - 2023-07-20
|
||||||
|
|
||||||
|
Cancelled due to a CI issue (no space left on device).
|
||||||
|
|
||||||
## [v4.12.2] - 2023-06-19
|
## [v4.12.2] - 2023-06-19
|
||||||
|
|
||||||
### 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.13.1"
|
ourUserAgent = "xenolf-acme/4.13.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 New Issue
Block a user