1
0
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:
Fernandez Ludovic 2024-10-06 05:36:40 +02:00 committed by Ludovic Fernandez
parent 36fa8b661f
commit 6fbfe93012
2 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -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"
)