mirror of
https://github.com/go-acme/lego.git
synced 2024-12-23 01:07:23 +02:00
Prepare release v4.5.1
This commit is contained in:
parent
6ef42e7424
commit
c013d27e97
@ -1,6 +1,6 @@
|
||||
# Changelog
|
||||
|
||||
## [v4.5.0] - 2021-09-30
|
||||
## [v4.5.1] - 2021-09-01
|
||||
|
||||
### Added:
|
||||
|
||||
@ -30,6 +30,10 @@
|
||||
- **[lib]** lib: use permanent error instead of context cancellation
|
||||
- **[dnsprovider]** desec: bump to v0.6.0
|
||||
|
||||
## [v4.5.0] - 2021-09-30
|
||||
|
||||
Cancel due to a CI issue, replaced by v4.5.1.
|
||||
|
||||
## [v4.4.0] - 2021-06-08
|
||||
|
||||
### Added:
|
||||
|
@ -5,10 +5,10 @@ package sender
|
||||
|
||||
const (
|
||||
// ourUserAgent is the User-Agent of this underlying library package.
|
||||
ourUserAgent = "xenolf-acme/4.4.1"
|
||||
ourUserAgent = "xenolf-acme/4.4.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