CHANGELOG.md in sensu-plugins-elasticsearch-1.3.1 vs CHANGELOG.md in sensu-plugins-elasticsearch-1.4.0

- old
+ new

@@ -2,10 +2,20 @@ This project adheres to [Semantic Versioning](http://semver.org/). This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/) ## [Unreleased] +## [1.4.0] - 2017-07-04 +### Added +- added ruby 2.4 testing (@majormoses) +- check-es-shard-allocation-status.rb: HTTP Basic Auth support added (@cihangirbesiktas) +- check-es-shard-allocation-status.rb: timeout option for rest calls (@cihangirbesiktas) + + +### Fixed +- PR template spell "compatibility" correctly. (@majormoses) + ## [1.3.1] - 2017-05-22 ### Fixed - Conversion of previous_months option to Seconds (@guptaishabh) ## [1.3.0] - 2017-05-08 @@ -147,10 +157,11 @@ ## 0.0.1 - 2015-05-21 ### Added - initial release -[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.3.1...HEAD +[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.4.0...HEAD +[1.4.0]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.3.1...1.4.0 [1.3.1]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.3.0...1.3.1 [1.3.0]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.2.0...1.3.0 [1.2.0]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.1.3...1.2.0 [1.1.3]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.1.2...1.1.3 [1.1.2]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.1.1...1.1.2