Skip to content

Commit

Permalink
Prepare release v4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Oct 1, 2021
1 parent c897b88 commit 99256f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [v4.5.1] - 2021-09-01
## [v4.5.2] - 2021-09-01

### Added:

Expand Down Expand Up @@ -30,9 +30,13 @@
- **[lib]** lib: use permanent error instead of context cancellation
- **[dnsprovider]** desec: bump to v0.6.0

## [v4.5.1] - 2021-09-01

Cancelled due to a CI issue, replaced by v4.5.2.

## [v4.5.0] - 2021-09-30

Cancel due to a CI issue, replaced by v4.5.1.
Cancelled due to a CI issue, replaced by v4.5.2.

## [v4.4.0] - 2021-06-08

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.4.2"
ourUserAgent = "xenolf-acme/4.4.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 99256f2

Please sign in to comment.