mirror of
https://github.com/go-acme/lego.git
synced 2025-01-03 15:23:32 +02:00
Prepare release v4.19.1
This commit is contained in:
parent
36fa8b661f
commit
6fbfe93012
@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [v4.19.1] - 2024-10-06
|
||||
|
||||
### Fixed
|
||||
|
||||
- **[dnsprovider]** selectelv2: use baseURL from configuration
|
||||
- **[dnsprovider]** epik: add User-Agent
|
||||
|
||||
## [v4.19.0] - 2024-10-03
|
||||
|
||||
### Added
|
||||
|
@ -5,10 +5,10 @@ package sender
|
||||
|
||||
const (
|
||||
// ourUserAgent is the User-Agent of this underlying library package.
|
||||
ourUserAgent = "xenolf-acme/4.19.0"
|
||||
ourUserAgent = "xenolf-acme/4.19.1"
|
||||
|
||||
// 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