Skip to content

Commit 99256f2

Browse files
committed
Prepare release v4.5.2
1 parent c897b88 commit 99256f2

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

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

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

55
### Added:
66

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

33+
## [v4.5.1] - 2021-09-01
34+
35+
Cancelled due to a CI issue, replaced by v4.5.2.
36+
3337
## [v4.5.0] - 2021-09-30
3438

35-
Cancel due to a CI issue, replaced by v4.5.1.
39+
Cancelled due to a CI issue, replaced by v4.5.2.
3640

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

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.2"
8+
ourUserAgent = "xenolf-acme/4.4.3"
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)