Prepare release v4.14.2

This commit is contained in:
Fernandez Ludovic 2023-09-20 01:31:52 +02:00
parent 5ef996ee05
commit a6ddcac65a
2 changed files with 8 additions and 3 deletions

View file

@ -1,12 +1,17 @@
# Changelog # Changelog
## [v4.14.1] - 2023-09-19
## [v4.14.1] - 2023-09-20
### Fixed: ### Fixed:
- **[dnsprovider]** bunny: fix zone detection - **[dnsprovider]** bunny: fix zone detection
- **[dnsprovider]** bunny: use NRDCG fork - **[dnsprovider]** bunny: use NRDCG fork
- **[dnsprovider]** ovh: update client to v1.4.2 - **[dnsprovider]** ovh: update client to v1.4.2
## [v4.14.1] - 2023-09-19
Cancelled due to CI failure.
## [v4.14.0] - 2023-08-20 ## [v4.14.0] - 2023-08-20
### Added: ### Added:

View file

@ -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.14.1" ourUserAgent = "xenolf-acme/4.14.2"
// 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"
) )