CHANGELOG.md in fluent-plugin-out-http-0.1.4 vs CHANGELOG.md in fluent-plugin-out-http-0.2.0
- old
+ new
@@ -1,6 +1,18 @@
# Changelog
+## 0.2.0
+### Added
+* SSL is now supported if `endpoint_url` uses the `https` scheme (uses ruby-2.1 syntax internally)
+* New config: set `ssl_no_verify` to `true` to bypass SSL certificate verification.
+ Use at your own risk.
+### Changed
+* Fixed tests:
+ * Removed some warnings
+ * Fixed failing binary test to use UTF-8
+### Removed
+* Dropped support of Ruby 1.9-2.0
+
## 0.1.4
* #11 Updated Fluentd dependency to: [">= 0.10.0", "< 2"]
* #10 `password` is now marked as a [secret option](https://github.com/fluent/fluentd/pull/604)
## 0.1.3