We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f04e8 commit 2f464d4Copy full SHA for 2f464d4
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## [v4.17.4] - 2024-06-12
4
+
5
+### Fixed
6
+- update dependencies
7
8
## [v4.17.3] - 2024-05-28
9
10
### Added
acme/api/internal/sender/useragent.go
@@ -5,10 +5,10 @@ package sender
const (
// ourUserAgent is the User-Agent of this underlying library package.
- ourUserAgent = "xenolf-acme/4.17.3"
+ ourUserAgent = "xenolf-acme/4.17.4"
// ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package.
11
// values: detach|release
12
// NOTE: Update this with each tagged release.
13
- ourUserAgentComment = "detach"
+ ourUserAgentComment = "release"
14
)
0 commit comments