Skip to content

Commit a6ddcac

Browse files
committedSep 19, 2023
Prepare release v4.14.2
1 parent 5ef996e commit a6ddcac

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed
 

‎CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# Changelog
22

3-
## [v4.14.1] - 2023-09-19
3+
4+
## [v4.14.1] - 2023-09-20
45

56
### Fixed:
67
- **[dnsprovider]** bunny: fix zone detection
78
- **[dnsprovider]** bunny: use NRDCG fork
89
- **[dnsprovider]** ovh: update client to v1.4.2
910

11+
## [v4.14.1] - 2023-09-19
12+
13+
Cancelled due to CI failure.
14+
1015
## [v4.14.0] - 2023-08-20
1116

1217
### Added:

‎acme/api/internal/sender/useragent.go

+2-2
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.14.1"
8+
ourUserAgent = "xenolf-acme/4.14.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)
Please sign in to comment.