Skip to content

Commit fa81595

Browse files
committed
Prepare release v4.13.3
1 parent f6aad43 commit fa81595

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v4.13.3] - 2023-07-25
4+
5+
### Fixed:
6+
- **[dnsprovider]** azuredns: fix configuration from env vars
7+
- **[dnsprovider]** gcore: change API domain
8+
-
39
## [v4.13.2] - 2023-07-21
410

511
### Fixed:

acme/api/internal/sender/useragent.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ package sender
55

66
const (
77
// ourUserAgent is the User-Agent of this underlying library package.
8-
ourUserAgent = "xenolf-acme/4.13.2"
8+
ourUserAgent = "xenolf-acme/4.13.3"
99

1010
// ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package.
1111
// values: detach|release
1212
// NOTE: Update this with each tagged release.
13-
ourUserAgentComment = "detach"
13+
ourUserAgentComment = "release"
1414
)

0 commit comments

Comments
 (0)