CHANGELOG.md in sensu-plugins-elasticsearch-1.1.3 vs CHANGELOG.md in sensu-plugins-elasticsearch-1.2.0

- old
+ new

@@ -2,10 +2,16 @@ This project adheres to [Semantic Versioning](http://semver.org/). This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/) ## [Unreleased] +## [1.2.0] - 2017-05-03 +### Fixed +- metrics-es-cluster.rb: Check to see if cluster key exists in transient_settings before trying to use it. (@RAR) +### Added +- Add option to run check-es-shard-allocation-status.rb on non master nodes (@Evesy) +- Fixed check-es-shard-allocation-status.rb for Elasticsearch 5.x compatibility (@Evesy) ## [1.1.3] - 2017-01-04 ### Fixed - metrics-es-cluster/metrics-es-node-graphite.rb: Fix Elasticsearch 5.0 compatability (@terjesannum) @@ -133,10 +139,11 @@ ## 0.0.1 - 2015-05-21 ### Added - initial release -[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.1.3...HEAD +[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.2.0...HEAD +[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 [1.1.1]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.1.0...1.1.1 [1.1.0]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.0.0...1.1.0 [1.0.0]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/0.5.3...1.0.0