CHANGELOG.md in fluent-plugin-out-http-0.1.3 vs CHANGELOG.md in fluent-plugin-out-http-0.1.4
- old
+ new
@@ -1,10 +1,14 @@
# Changelog
+## 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
-* Add configuration option: raise_on_error (default: true)
- * To have the plugin raise exceptions like it did in 0.1.1: keep using your configuration as-is
- * To supress all exceptions: add `raise_on_error false` to your configuration
+* Added a new configuration option: `raise_on_error` (default: true)
+ * In order to let the plugin raise exceptions like it did in 0.1.1: keep using your configuration as-is
+ * In order to suppress all exceptions: add `raise_on_error false` to your configuration
## 0.1.2
* #6 Catch all `StandardError`s during HTTP request to prevent td-agent from freezing
## 0.1.1