We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 562781d commit 96a2477Copy full SHA for 96a2477
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## [0.3.1] - 2016-04-19
4
+
5
+### Added:
6
+- lib: A new DNS provider for Vultr.
7
8
+### Fixed:
9
+- lib: DNS Provider for DigitalOcean could not handle subdomains properly.
10
+- lib: handleHTTPError should only try to JSON decode error messages with the right content type.
11
+- lib: The propagation checker for the DNS challenge would not retry on send errors.
12
13
14
## [0.3.0] - 2016-03-19
15
16
### Added:
@@ -76,6 +87,7 @@
76
87
## [0.1.0] - 2015-12-03
77
88
- Initial release
78
89
90
+[0.3.1]: https://github.com/xenolf/lego/compare/v0.3.0...v0.3.1
79
91
[0.3.0]: https://github.com/xenolf/lego/compare/v0.2.0...v0.3.0
80
92
[0.2.0]: https://github.com/xenolf/lego/compare/v0.1.1...v0.2.0
81
93
[0.1.1]: https://github.com/xenolf/lego/compare/v0.1.0...v0.1.1
0 commit comments