Skip to content

Commit

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

## [v4.3.1] - 2021-03-12

### Fixed:

- **[dnsprovider]** exoscale: fix dependency version.

## [v4.3.0] - 2021-03-10

### 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.3.0"
ourUserAgent = "xenolf-acme/4.3.1"

// 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 e8e58ec

Please sign in to comment.