Prepare release v4.13.2

This commit is contained in:
Fernandez Ludovic 2023-07-21 17:16:10 +02:00 committed by Ludovic Fernandez
parent e57bf3bbcf
commit e391789f98
2 changed files with 12 additions and 3 deletions

View file

@ -1,6 +1,11 @@
# Changelog
## [v4.13.0] - 2023-07-20
## [v4.13.2] - 2023-07-21
### Fixed:
- **[dnsprovider]** servercow: fix regression
## [v4.13.1] - 2023-07-20
### Added:
- **[dnsprovider]** Add DNS provider for IPv64
@ -18,6 +23,10 @@
- **[cli]** fix: list command
- **[lib]** fix: ARI explanationURL
## [v4.13.0] - 2023-07-20
Cancelled due to a CI issue (no space left on device).
## [v4.12.2] - 2023-06-19
### Fixed:

View file

@ -5,10 +5,10 @@ package sender
const (
// ourUserAgent is the User-Agent of this underlying library package.
ourUserAgent = "xenolf-acme/4.13.1"
ourUserAgent = "xenolf-acme/4.13.2"
// ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package.
// values: detach|release
// NOTE: Update this with each tagged release.
ourUserAgentComment = "detach"
ourUserAgentComment = "release"
)