Skip to content

Commit

Permalink
Prepare release v4.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed May 28, 2024
1 parent 96a8381 commit 8abe100
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [v4.17.2] - 2024-05-28
## [v4.17.3] - 2024-05-28

### Added

Expand Down Expand Up @@ -28,6 +28,12 @@
- **[dnsprovider]** pdns: reconstruct zone URLs to enable non-root folder API endpoints
- **[dnsprovider]** alidns: fix link to API documentation

## [v4.17.2] - 2024-05-28

Canceled due to a release failure related to Snapcraft.

The Snapcraft release are disabled for now.

## [v4.17.1] - 2024-05-28

Canceled due to a release failure related to oci-go-sdk.
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.17.2"
ourUserAgent = "xenolf-acme/4.17.3"

// 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 8abe100

Please sign in to comment.