File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v4.14.0] - 2023-08-20
4+
5+ ### Added:
6+ - ** [ dnsprovider] ** Add DNS provider for Yandex 360
7+ - ** [ dnsprovider] ** Add DNS provider for cloud.ru
8+ - ** [ httpprovider] ** Adding S3 support for HTTP domain validation
9+
10+ ### Changed:
11+ - ** [ cli] ** Allow to set EAB kid and hmac via environment variables
12+ - ** [ dnsprovider] ** Migrate to aws-sdk-go-v2 (lightsail, route53)
13+
14+ ### Fixed:
15+ - ** [ dnsprovider] ** nearlyfreespeech: fix authentication
16+ - ** [ dnsprovider] ** pdns: fix notify
17+ - ** [ dnsprovider] ** route53: avoid unexpected records deletion
18+
319## [ v4.13.3] - 2023-07-25
420
521### Fixed:
622- ** [ dnsprovider] ** azuredns: fix configuration from env vars
723- ** [ dnsprovider] ** gcore: change API domain
8- -
24+
925## [ v4.13.2] - 2023-07-21
1026
1127### Fixed:
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ package sender
55
66const (
77 // ourUserAgent is the User-Agent of this underlying library package.
8- ourUserAgent = "xenolf-acme/4.13.3 "
8+ ourUserAgent = "xenolf-acme/4.14.0 "
99
1010 // ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package.
1111 // values: detach|release
1212 // NOTE: Update this with each tagged release.
13- ourUserAgentComment = "detach "
13+ ourUserAgentComment = "release "
1414)
You can’t perform that action at this time.
0 commit comments