File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ v4.5.1 ] - 2021-09-01
3+ ## [ v4.5.2 ] - 2021-09-01
44
55### Added:
66
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
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ package sender
55
66const (
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)
You can’t perform that action at this time.
0 commit comments