We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6155e commit b6808bfCopy full SHA for b6808bf
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## [v2.7.1] - 2019-07-22
4
+
5
+### Fixed:
6
+- **[dnsprovider]** vultr: invalid record type.
7
8
## [v2.7.0] - 2019-07-17
9
10
### Added:
acme/api/internal/sender/useragent.go
@@ -5,10 +5,10 @@ package sender
const (
// ourUserAgent is the User-Agent of this underlying library package.
- ourUserAgent = "xenolf-acme/2.7.0"
+ ourUserAgent = "xenolf-acme/2.7.1"
// ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package.
11
// values: detach|release
12
// NOTE: Update this with each tagged release.
13
- ourUserAgentComment = "detach"
+ ourUserAgentComment = "release"
14
)
0 commit comments