CHANGELOG.md in sensu-plugins-elasticsearch-0.2.0 vs CHANGELOG.md in sensu-plugins-elasticsearch-0.3.0

- old
+ new

@@ -1,10 +1,18 @@ #Change Log This project adheres to [Semantic Versioning](http://semver.org/). This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/) -## [Unreleased][unreleased] +## Unreleased + +## [0.3.0] - 2015-11-18 +### Changed +- Update metrics-es-node-graphite.rb, check-es-node-status.rb, and check-es-file-descriptors.rb for Elasticsearch 2.0 +- Update elasticsearch gem to 1.0.14 + +### Added +- Add check-es-circuit-breakers.rb, to alert when circuit breakers have been tripped ## [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.