Skip to content

Commit e70ec01

Browse files
committed
Prepare release v4.19.2
1 parent 49dacb2 commit e70ec01

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v4.19.2] - 2024-10-06
4+
5+
### Fixed
6+
7+
- **[lib]** go1.22 compatibility
8+
39
## [v4.19.1] - 2024-10-06
410

511
### Fixed

acme/api/internal/sender/useragent.go

+2-2
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.19.1"
8+
ourUserAgent = "xenolf-acme/4.19.2"
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)