Skip to content

Commit de6f9d2

Browse files
committed
Prepare release v4.17.1
1 parent f038102 commit de6f9d2

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

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

3-
## [v4.17.0] - 2024-05-28
3+
## [v4.17.1] - 2024-05-28
44

55
### Added
66

@@ -28,6 +28,10 @@
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.0] - 2024-05-28
32+
33+
Canceled due to a release failure.
34+
3135
## [v4.16.1] - 2024-03-10
3236

3337
### Fixed

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.0"
8+
ourUserAgent = "xenolf-acme/4.17.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
)

0 commit comments

Comments
 (0)