File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v4.14.1] - 2023-09-19
4+
5+ ### Fixed:
6+ - ** [ dnsprovider] ** bunny: fix zone detection
7+ - ** [ dnsprovider] ** bunny: use NRDCG fork
8+ - ** [ dnsprovider] ** ovh: update client to v1.4.2
9+
310## [ v4.14.0] - 2023-08-20
411
512### Added:
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.14.0 "
8+ ourUserAgent = "xenolf-acme/4.14.1 "
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