CHANGELOG.md in sensu-plugins-influxdb-0.0.4 vs CHANGELOG.md in sensu-plugins-influxdb-0.0.5
- old
+ new
@@ -2,12 +2,17 @@
This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
## Unreleased
-- nothing
-### [0.0.3] - 2015-08-10
+### [0.0.5] - 2015-10-19
+- added support for https in check-influxdb.
+- pass ssl arguments to the influxdb object in check-influxdb-query.
+- renamed the config option in check-influxdb from ssl to verify_ssl.
+- changed README to update the config option ssl_ca_cert.
+
+### [0.0.4] - 2015-08-10
- updated metrics-influxdb.rb to symbolize keys for InfluxDB::Client
- updated influxdb gem to 0.2.2
- updated metrics-influxdb.rb to support influxdb 0.9.x
- updated check-influxdb.rb and check-influxdb-query.rb to support influxdb 0.9.x
- updated README.md file