mirror of
https://github.com/go-acme/lego.git
synced 2024-12-23 01:07:23 +02:00
Prepare release v4.17.1
This commit is contained in:
parent
f038102ef9
commit
de6f9d26b1
@ -1,6 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [v4.17.0] - 2024-05-28
|
## [v4.17.1] - 2024-05-28
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
@ -28,6 +28,10 @@
|
|||||||
- **[dnsprovider]** pdns: reconstruct zone URLs to enable non-root folder API endpoints
|
- **[dnsprovider]** pdns: reconstruct zone URLs to enable non-root folder API endpoints
|
||||||
- **[dnsprovider]** alidns: fix link to API documentation
|
- **[dnsprovider]** alidns: fix link to API documentation
|
||||||
|
|
||||||
|
## [v4.17.0] - 2024-05-28
|
||||||
|
|
||||||
|
Canceled due to a release failure.
|
||||||
|
|
||||||
## [v4.16.1] - 2024-03-10
|
## [v4.16.1] - 2024-03-10
|
||||||
|
|
||||||
### 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.17.0"
|
ourUserAgent = "xenolf-acme/4.17.1"
|
||||||
|
|
||||||
// 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