We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49dacb2 commit e70ec01Copy full SHA for e70ec01
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [v4.19.2] - 2024-10-06
4
+
5
+### Fixed
6
7
+- **[lib]** go1.22 compatibility
8
9
## [v4.19.1] - 2024-10-06
10
11
### Fixed
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.19.1"
+ ourUserAgent = "xenolf-acme/4.19.2"
// ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package.
// values: detach|release
12
// NOTE: Update this with each tagged release.
13
- ourUserAgentComment = "detach"
+ ourUserAgentComment = "release"
14
)
0 commit comments