mirror of
https://github.com/go-acme/lego.git
synced 2025-01-03 15:23:32 +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
|
||||
|
||||
## [v4.13.0] - 2023-07-20
|
||||
## [v4.13.2] - 2023-07-21
|
||||
|
||||
### Fixed:
|
||||
- **[dnsprovider]** servercow: fix regression
|
||||
|
||||
## [v4.13.1] - 2023-07-20
|
||||
|
||||
### Added:
|
||||
- **[dnsprovider]** Add DNS provider for IPv64
|
||||
@ -18,6 +23,10 @@
|
||||
- **[cli]** fix: list command
|
||||
- **[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
|
||||
|
||||
### Fixed:
|
||||
|
@ -5,10 +5,10 @@ package sender
|
||||
|
||||
const (
|
||||
// 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.
|
||||
// values: detach|release
|
||||
// NOTE: Update this with each tagged release.
|
||||
ourUserAgentComment = "detach"
|
||||
ourUserAgentComment = "release"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user