CHANGELOG.md in sensu-plugins-influxdb-1.0.0 vs CHANGELOG.md in sensu-plugins-influxdb-1.1.0

- old
+ new

@@ -3,10 +3,18 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/) ## [Unreleased] +## [1.1.0] - 2016-12-01 +### Added +- Added tags support for mutator-influxdb-line-protocol.rb +- Added retry support for check-influxdb-query.rb - The InfluxDB gem by default retries indefinitely and will cause the query to hang. A retry of 12 will retry for approx 37 seconds. + +### Changed +- Update to `influxdb` gem 0.3.13 + ## [1.0.0] - 2016-10-06 ### Added - Ruby 2.3.0 support ### Removed @@ -56,10 +64,11 @@ ## 0.0.1 - 2015-04-29 ### Added - initial release -[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-influxdb/compare/1.0.0...HEAD +[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-influxdb/compare/1.1.0...HEAD +[1.1.0]: https://github.com/sensu-plugins/sensu-plugins-influxdb/compare/1.0.0...1.1.0 [1.0.0]: https://github.com/sensu-plugins/sensu-plugins-influxdb/compare/0.0.7...1.0.0 [0.0.7]: https://github.com/sensu-plugins/sensu-plugins-influxdb/compare/0.0.6...0.0.7 [0.0.6]: https://github.com/sensu-plugins/sensu-plugins-influxdb/compare/0.0.5...0.0.6 [0.0.5]: https://github.com/sensu-plugins/sensu-plugins-influxdb/compare/0.0.4...0.0.5 [0.0.4]: https://github.com/sensu-plugins/sensu-plugins-influxdb/compare/0.0.3...0.0.4