1
0
mirror of https://github.com/go-acme/lego.git synced 2024-12-23 01:07:23 +02:00

Prepare release v4.13.3

This commit is contained in:
Fernandez Ludovic 2023-07-25 18:44:18 +02:00 committed by Ludovic Fernandez
parent f6aad431be
commit fa815959fa
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## [v4.13.3] - 2023-07-25
### Fixed:
- **[dnsprovider]** azuredns: fix configuration from env vars
- **[dnsprovider]** gcore: change API domain
-
## [v4.13.2] - 2023-07-21
### 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.2"
ourUserAgent = "xenolf-acme/4.13.3"
// 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"
)