Prepare release v4.14.0

This commit is contained in:
Fernandez Ludovic 2023-08-21 14:56:20 +02:00 committed by Ludovic Fernandez
parent a7befed6e8
commit 838eff2c02
2 changed files with 19 additions and 3 deletions

View file

@ -1,11 +1,27 @@
# Changelog
## [v4.14.0] - 2023-08-20
### Added:
- **[dnsprovider]** Add DNS provider for Yandex 360
- **[dnsprovider]** Add DNS provider for cloud.ru
- **[httpprovider]** Adding S3 support for HTTP domain validation
### Changed:
- **[cli]** Allow to set EAB kid and hmac via environment variables
- **[dnsprovider]** Migrate to aws-sdk-go-v2 (lightsail, route53)
### Fixed:
- **[dnsprovider]** nearlyfreespeech: fix authentication
- **[dnsprovider]** pdns: fix notify
- **[dnsprovider]** route53: avoid unexpected records deletion
## [v4.13.3] - 2023-07-25
### Fixed:
- **[dnsprovider]** azuredns: fix configuration from env vars
- **[dnsprovider]** gcore: change API domain
-
## [v4.13.2] - 2023-07-21
### Fixed:

View file

@ -5,10 +5,10 @@ package sender
const (
// ourUserAgent is the User-Agent of this underlying library package.
ourUserAgent = "xenolf-acme/4.13.3"
ourUserAgent = "xenolf-acme/4.14.0"
// 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"
)