Skip to content

Commit

Permalink
Prepare release v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Nov 21, 2020
1 parent a738720 commit 721cfb5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [v4.1.2] - 2020-11-21

### Fixed:

- **[lib]** fix: preferred chain support.

## [v4.1.1] - 2020-11-19

### Fixed:
Expand Down
4 changes: 2 additions & 2 deletions acme/api/internal/sender/useragent.go
Expand Up @@ -5,10 +5,10 @@ package sender

const (
// ourUserAgent is the User-Agent of this underlying library package.
ourUserAgent = "xenolf-acme/4.1.1"
ourUserAgent = "xenolf-acme/4.1.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 721cfb5

Please sign in to comment.