Skip to content

Commit 8abe100

Browse files
committed
Prepare release v4.17.3
1 parent 96a8381 commit 8abe100

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [v4.17.2] - 2024-05-28
3+
## [v4.17.3] - 2024-05-28
44

55
### Added
66

@@ -28,6 +28,12 @@
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

3339
Canceled due to a release failure related to oci-go-sdk.

acme/api/internal/sender/useragent.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ package sender
55

66
const (
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
)

0 commit comments

Comments
 (0)