Skip to content

Commit

Permalink
Prepare release v4.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Sep 19, 2023
1 parent 5ef996e commit a6ddcac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# Changelog

## [v4.14.1] - 2023-09-19

## [v4.14.1] - 2023-09-20

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

## [v4.14.1] - 2023-09-19

Cancelled due to CI failure.

## [v4.14.0] - 2023-08-20

### Added:
Expand Down
4 changes: 2 additions & 2 deletions acme/api/internal/sender/useragent.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ package sender

const (
// ourUserAgent is the User-Agent of this underlying library package.
ourUserAgent = "xenolf-acme/4.14.1"
ourUserAgent = "xenolf-acme/4.14.2"

// 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"
)

0 comments on commit a6ddcac

Please sign in to comment.