forked from TrueCloudLab/lego
Prepare release v4.3.1
This commit is contained in:
parent
42867390e5
commit
e8e58ec673
2 changed files with 8 additions and 2 deletions
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## [v4.3.1] - 2021-03-12
|
||||
|
||||
### Fixed:
|
||||
|
||||
- **[dnsprovider]** exoscale: fix dependency version.
|
||||
|
||||
## [v4.3.0] - 2021-03-10
|
||||
|
||||
### Added:
|
||||
|
|
|
@ -5,10 +5,10 @@ package sender
|
|||
|
||||
const (
|
||||
// ourUserAgent is the User-Agent of this underlying library package.
|
||||
ourUserAgent = "xenolf-acme/4.3.0"
|
||||
ourUserAgent = "xenolf-acme/4.3.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"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue