File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ v4.14.1] - 2023-09-19
3
+
4
+ ## [ v4.14.1] - 2023-09-20
4
5
5
6
### Fixed:
6
7
- ** [ dnsprovider] ** bunny: fix zone detection
7
8
- ** [ dnsprovider] ** bunny: use NRDCG fork
8
9
- ** [ dnsprovider] ** ovh: update client to v1.4.2
9
10
11
+ ## [ v4.14.1] - 2023-09-19
12
+
13
+ Cancelled due to CI failure.
14
+
10
15
## [ v4.14.0] - 2023-08-20
11
16
12
17
### Added:
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ package sender
5
5
6
6
const (
7
7
// ourUserAgent is the User-Agent of this underlying library package.
8
- ourUserAgent = "xenolf-acme/4.14.1 "
8
+ ourUserAgent = "xenolf-acme/4.14.2 "
9
9
10
10
// ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package.
11
11
// values: detach|release
12
12
// NOTE: Update this with each tagged release.
13
- ourUserAgentComment = "detach "
13
+ ourUserAgentComment = "release "
14
14
)
You can’t perform that action at this time.
0 commit comments