Skip to content

Commit c013d27

Browse files
committed
Prepare release v4.5.1
1 parent 6ef42e7 commit c013d27

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [v4.5.0] - 2021-09-30
3+
## [v4.5.1] - 2021-09-01
44

55
### Added:
66

@@ -30,6 +30,10 @@
3030
- **[lib]** lib: use permanent error instead of context cancellation
3131
- **[dnsprovider]** desec: bump to v0.6.0
3232

33+
## [v4.5.0] - 2021-09-30
34+
35+
Cancel due to a CI issue, replaced by v4.5.1.
36+
3337
## [v4.4.0] - 2021-06-08
3438

3539
### Added:

acme/api/internal/sender/useragent.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ package sender
55

66
const (
77
// ourUserAgent is the User-Agent of this underlying library package.
8-
ourUserAgent = "xenolf-acme/4.4.1"
8+
ourUserAgent = "xenolf-acme/4.4.2"
99

1010
// ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package.
1111
// values: detach|release
1212
// NOTE: Update this with each tagged release.
13-
ourUserAgentComment = "detach"
13+
ourUserAgentComment = "release"
1414
)

0 commit comments

Comments
 (0)