Skip to content

Commit e391789

Browse files
committed
Prepare release v4.13.2
1 parent e57bf3b commit e391789

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

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

3-
## [v4.13.0] - 2023-07-20
3+
## [v4.13.2] - 2023-07-21
4+
5+
### Fixed:
6+
- **[dnsprovider]** servercow: fix regression
7+
8+
## [v4.13.1] - 2023-07-20
49

510
### Added:
611
- **[dnsprovider]** Add DNS provider for IPv64
@@ -18,6 +23,10 @@
1823
- **[cli]** fix: list command
1924
- **[lib]** fix: ARI explanationURL
2025

26+
## [v4.13.0] - 2023-07-20
27+
28+
Cancelled due to a CI issue (no space left on device).
29+
2130
## [v4.12.2] - 2023-06-19
2231

2332
### 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.1"
8+
ourUserAgent = "xenolf-acme/4.13.2"
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)