File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ v4.5.0 ] - 2021-09-30
3+ ## [ v4.5.1 ] - 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.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:
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.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)
You can’t perform that action at this time.
0 commit comments