CHANGELOG.md in sensu-plugins-elasticsearch-0.1.2 vs CHANGELOG.md in sensu-plugins-elasticsearch-0.2.0
- old
+ new
@@ -3,9 +3,13 @@
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
## [Unreleased][unreleased]
+## [0.2.0] - 2015-10-15
+### Changed
+- cluster-status check: added a new `status_timeout` option that will use elasticsearch's [`wait_for_status` parameter](https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-health.html#request-params) and wait up to the given number of seconds for the cluster to be green. This pervents false alerting during normal elasticsearch operations.
+
## [0.1.2] - 2015-08-11
### Added
- add parameters for elasticsearch auth
## [0.1.1] - 2015-07-14