File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v4.9.1] - 2022-11-25
4+
5+ ### Changed:
6+ -
7+ - ** [ lib,cname] ** cname: add log about CNAME entries
8+ - ** [ dnsprovider] ** regru: improve error handling
9+
10+ ### Fixed:
11+ -
12+ - ** [ dnsprovider,cname] ** fix CNAME support for multiple DNS providers
13+ - ** [ dnsprovider,cname] ** duckdns: fix CNAME support
14+ - ** [ dnsprovider,cname] ** oraclecloud: use fqdn to resolve zone
15+ - ** [ dnsprovider] ** hurricane: fix CNAME support
16+ - ** [ lib,cname] ** cname: stop trying to traverse cname if none have been found
17+
318## [ v4.9.0] - 2022-10-03
419
520### 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.9.0 "
8+ ourUserAgent = "xenolf-acme/4.9.1 "
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