File tree 2 files changed +21
-2
lines changed
2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v4.11.0] - 2023-05-02
4
+
5
+ ### Added:
6
+ - ** [ lib] ** Support for certificate with raw IP SAN (RFC8738)
7
+ - ** [ dnsprovider] ** Add Brandit.com as DNS provider
8
+ - ** [ dnsprovider] ** Add DNS provider for Bunny
9
+ - ** [ dnsprovider] ** Add DNS provider for Nodion
10
+ - ** [ dnsprovider] ** Add Google Domains as DNS provider
11
+ - ** [ dnsprovider] ** Add DNS provider for Plesk
12
+
13
+ ### Changed:
14
+ - ** [ cli] ** feat: add LEGO_CERT_PEM_PATH and LEGO_CERT_PFX_PATH to run hook
15
+ - ** [ lib,cli] ** feat: add RSA 3072
16
+ - ** [ dnsprovider] ** gcloud: update google APIs to latest version
17
+ - ** [ lib,dnsprovider,cname] ** chore: replace GetRecord by GetChallengeInfo
18
+
19
+ ### Fixed:
20
+ - ** [ dnsprovider] ** rimuhosting: fix API base URL
21
+
3
22
## [ v4.10.2] - 2023-02-26
4
23
5
24
Fix Docker image builds.
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ package sender
5
5
6
6
const (
7
7
// ourUserAgent is the User-Agent of this underlying library package.
8
- ourUserAgent = "xenolf-acme/4.10.2 "
8
+ ourUserAgent = "xenolf-acme/4.11.0 "
9
9
10
10
// ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package.
11
11
// values: detach|release
12
12
// NOTE: Update this with each tagged release.
13
- ourUserAgentComment = "detach "
13
+ ourUserAgentComment = "release "
14
14
)
You can’t perform that action at this time.
0 commit comments