CHANGELOG.md in sensu-plugins-elasticsearch-1.5.2 vs CHANGELOG.md in sensu-plugins-elasticsearch-1.5.3

- old
+ new

@@ -3,10 +3,15 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/) ## [Unreleased] + +## [1.5.3] - 2017-08-17 +### Fixed +- bin/check-es-query-ratio.rb: ratio is performed by a float division, instead of integer division (@cgarciaarano) + ## [1.5.2] - 2017-08-12 ### Fixed - check-es-query-ratio.rb: Fix when divisor = 0 (@cgarciaarano) ## [1.5.1] - 2017-08-03 ### Fixed @@ -173,10 +178,12 @@ ## 0.0.1 - 2015-05-21 ### Added - initial release + [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.5.2...HEAD +[1.5.3]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.5.2...1.5.3 [1.5.2]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.5.1...1.5.2 [1.5.1]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.5.0...1.5.1 [1.5.0]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.4.1...1.5.0 [1.4.1]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.4.0...1.4.1 [1.4.0]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.3.1...1.4.0