forked from TrueCloudLab/lego
Prepare release v4.5.2
This commit is contained in:
parent
c897b88d86
commit
99256f209e
2 changed files with 8 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
## [v4.5.1] - 2021-09-01
|
||||
## [v4.5.2] - 2021-09-01
|
||||
|
||||
### Added:
|
||||
|
||||
|
@ -30,9 +30,13 @@
|
|||
- **[lib]** lib: use permanent error instead of context cancellation
|
||||
- **[dnsprovider]** desec: bump to v0.6.0
|
||||
|
||||
## [v4.5.1] - 2021-09-01
|
||||
|
||||
Cancelled due to a CI issue, replaced by v4.5.2.
|
||||
|
||||
## [v4.5.0] - 2021-09-30
|
||||
|
||||
Cancel due to a CI issue, replaced by v4.5.1.
|
||||
Cancelled due to a CI issue, replaced by v4.5.2.
|
||||
|
||||
## [v4.4.0] - 2021-06-08
|
||||
|
||||
|
|
|
@ -5,10 +5,10 @@ package sender
|
|||
|
||||
const (
|
||||
// ourUserAgent is the User-Agent of this underlying library package.
|
||||
ourUserAgent = "xenolf-acme/4.4.2"
|
||||
ourUserAgent = "xenolf-acme/4.4.3"
|
||||
|
||||
// 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 a new issue