Skip to content

Commit 71d61f8

Browse files
committed
Prepare release v3.6.0
1 parent d7f39ed commit 71d61f8

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [v3.6.0] - 2020-04-24
4+
5+
### Added:
6+
7+
- **[dnsprovider]** Add DNS provider for CloudDNS.
8+
- **[dnsprovider]** alicloud: add support for domain with punycode
9+
- **[dnsprovider]** cloudns: Add subuser support
10+
- **[cli]** Information about renewed certificates are now passed to the renew hook
11+
12+
### Changed:
13+
14+
- **[dnsprovider]** acmedns: Update cpu/goacmedns v0.0.1 -> v0.0.2
15+
- **[dnsprovider]** alicloud: update sdk dependency version to v1.61.112
16+
- **[dnsprovider]** azure: Allow for the use of MSI
17+
- **[dnsprovider]** constellix: improve challenge.
18+
- **[dnsprovider]** godaddy: allow parallel solve.
19+
- **[dnsprovider]** namedotcom: get the actual registered domain so we can remove just that from the hostname to be created
20+
- **[dnsprovider]** transip: updated the client to v6
21+
22+
### Fixed:
23+
24+
- **[dnsprovider]** ns1: fix missing domain in log
25+
- **[dnsprovider]** rimuhosting: use HTTP client from config.
26+
327
## [v3.5.0] - 2020-03-15
428

529
### Added:

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