Prepare release v4.12.2

This commit is contained in:
Fernandez Ludovic 2023-06-19 17:33:45 +02:00 committed by Ludovic Fernandez
parent c900b49051
commit f8d5b6a111
2 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,11 @@
# Changelog
## [v4.12.2] - 2023-06-19
### Fixed:
- **[dnsprovider]** dnsmadeeasy: fix DeleteRecord
- **[lib]** fix: read status code from response
## [v4.12.1] - 2023-06-06
### Fixed:

View file

@ -5,10 +5,10 @@ package sender
const (
// ourUserAgent is the User-Agent of this underlying library package.
ourUserAgent = "xenolf-acme/4.12.1"
ourUserAgent = "xenolf-acme/4.12.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"
)