File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v2.4.0] - 2019-03-25
4
+
5
+ - Migrate from xenolf/lego to go-acme/lego.
6
+
7
+ ### Added:
8
+ - ** [ dnsprovider] ** Add DNS Provider for Domain Offensive (do.de)
9
+ - ** [ dnsprovider] ** Adds information about '_ FILE' suffix.
10
+
11
+ ### Fixed:
12
+ - ** [ cli,dnsprovider] ** Add 'manual' provider to the output of dnshelp
13
+ - ** [ dnsprovider] ** hostingde: Use provided ZoneName instead of domain
14
+ - ** [ dnsprovider] ** pdns: fix wildcard with SANs
15
+
3
16
## [ v2.3.0] - 2019-03-11
4
17
5
18
### Added:
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ package sender
5
5
6
6
const (
7
7
// ourUserAgent is the User-Agent of this underlying library package.
8
- ourUserAgent = "xenolf-acme/2.3 .0"
8
+ ourUserAgent = "xenolf-acme/2.4 .0"
9
9
10
10
// ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package.
11
11
// values: detach|release
12
12
// NOTE: Update this with each tagged release.
13
- ourUserAgentComment = "detach "
13
+ ourUserAgentComment = "release "
14
14
)
You can’t perform that action at this time.
0 commit comments