File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v4.18.0] - 2024-08-30
4+
5+ ### Added
6+
7+ - ** [ dnsprovider] ** Add DNS provider for mijn.host
8+ - ** [ dnsprovider] ** Add DNS provider for Lima-City
9+ - ** [ dnsprovider] ** Add DNS provider for DirectAdmin
10+ - ** [ dnsprovider] ** Add DNS provider for Mittwald
11+ - ** [ lib,cli] ** feat: add option to handle the overall request limit
12+ - ** [ lib] ** feat: expose certificates pool creation
13+
14+ ### Changed
15+
16+ - ** [ cli] ** feat: add LEGO_ISSUER_CERT_PATH to run hook
17+ - ** [ dnsprovider] ** bluecat: skip deploy
18+ - ** [ dnsprovider] ** ovh: allow to use ovh.conf file
19+ - ** [ dnsprovider] ** designate: allow manually overwriting DNS zone
20+
21+ ### Fixed
22+
23+ - ** [ ari] ** fix: avoid Int63n panic in ShouldRenewAt()
24+
325## [ v4.17.4] - 2024-06-12
426
527### 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.17.4 "
8+ ourUserAgent = "xenolf-acme/4.18.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