Prepare release v4.1.1

This commit is contained in:
Fernandez Ludovic 2020-11-19 19:39:45 +01:00 committed by Ludovic Fernandez
parent 95bae8c50d
commit fca2a4564f
2 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,12 @@
# Changelog
## [v4.1.1] - 2020-11-19
### Fixed:
- **[dnsprovider]** otc: select correct zone if multiple returned
- **[dnsprovider]** azure: fix target must be a non-nil pointer
## [v4.1.0] - 2020-11-06
### Added:

View file

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