File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ v4.13.0] - 2023-07-20
3+ ## [ v4.13.2] - 2023-07-21
4+
5+ ### Fixed:
6+ - ** [ dnsprovider] ** servercow: fix regression
7+
8+ ## [ v4.13.1] - 2023-07-20
49
510### Added:
611- ** [ dnsprovider] ** Add DNS provider for IPv64
1823- ** [ cli] ** fix: list command
1924- ** [ lib] ** fix: ARI explanationURL
2025
26+ ## [ v4.13.0] - 2023-07-20
27+
28+ Cancelled due to a CI issue (no space left on device).
29+
2130## [ v4.12.2] - 2023-06-19
2231
2332### 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.1 "
8+ ourUserAgent = "xenolf-acme/4.13.2 "
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