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 18c6d8f commit a53549fCopy full SHA for a53549f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [v4.10.2] - 2023-02-26
4
+
5
+Fix Docker image builds.
6
7
## [v4.10.1] - 2023-02-25
8
9
### 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.10.1"
+ ourUserAgent = "xenolf-acme/4.10.2"
10
// 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