File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ v4.17.2 ] - 2024-05-28
3+ ## [ v4.17.3 ] - 2024-05-28
44
55### Added
66
2828- ** [ dnsprovider] ** pdns: reconstruct zone URLs to enable non-root folder API endpoints
2929- ** [ dnsprovider] ** alidns: fix link to API documentation
3030
31+ ## [ v4.17.2] - 2024-05-28
32+
33+ Canceled due to a release failure related to Snapcraft.
34+
35+ The Snapcraft release are disabled for now.
36+
3137## [ v4.17.1] - 2024-05-28
3238
3339Canceled due to a release failure related to oci-go-sdk.
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.2 "
8+ ourUserAgent = "xenolf-acme/4.17.3 "
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