Prepare release v4.17.4
This commit is contained in:
parent
c0f04e87e7
commit
2f464d47d6
2 changed files with 7 additions and 2 deletions
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [v4.17.4] - 2024-06-12
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- update dependencies
|
||||||
|
|
||||||
## [v4.17.3] - 2024-05-28
|
## [v4.17.3] - 2024-05-28
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -5,10 +5,10 @@ package sender
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// ourUserAgent is the User-Agent of this underlying library package.
|
// 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.
|
// ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package.
|
||||||
// values: detach|release
|
// values: detach|release
|
||||||
// NOTE: Update this with each tagged release.
|
// NOTE: Update this with each tagged release.
|
||||||
ourUserAgentComment = "detach"
|
ourUserAgentComment = "release"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue