Skip to content

Commit 96a2477

Browse files
committed
Update changelog
1 parent 562781d commit 96a2477

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

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+
314
## [0.3.0] - 2016-03-19
415

516
### Added:
@@ -76,6 +87,7 @@
7687
## [0.1.0] - 2015-12-03
7788
- Initial release
7889

90+
[0.3.1]: https://github.com/xenolf/lego/compare/v0.3.0...v0.3.1
7991
[0.3.0]: https://github.com/xenolf/lego/compare/v0.2.0...v0.3.0
8092
[0.2.0]: https://github.com/xenolf/lego/compare/v0.1.1...v0.2.0
8193
[0.1.1]: https://github.com/xenolf/lego/compare/v0.1.0...v0.1.1

0 commit comments

Comments
 (0)