Skip to content

Commit aaecc1c

Browse files
committed
Prepare release v2.4.0
1 parent 51447bb commit aaecc1c

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

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+
316
## [v2.3.0] - 2019-03-11
417

518
### Added:

acme/api/internal/sender/useragent.go

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