Prepare release v4.5.1

This commit is contained in:
Fernandez Ludovic 2021-10-01 02:56:27 +02:00
parent 6ef42e7424
commit c013d27e97
2 changed files with 7 additions and 3 deletions

View file

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

View file

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