Skip to content

Commit 838eff2

Browse files
committed
Prepare release v4.14.0
1 parent a7befed commit 838eff2

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,27 @@
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:

acme/api/internal/sender/useragent.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ package sender
55

66
const (
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
)

0 commit comments

Comments
 (0)