diff --git a/CHANGELOG.md b/CHANGELOG.md index 310f09a..7515a9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins ## [Unreleased] +## [2.0.1] - 2018-03-27 ### Security - updated yard dependency to `~> 0.9.11` per: https://nvd.nist.gov/vuln/detail/CVE-2017-17042 (@majormoses) @@ -250,7 +251,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins - initial release -[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/2.0.0...HEAD +[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/2.0.1...HEAD +[2.0.1]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/2.0.0...2.0.1 [2.0.0]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.12.0...2.0.0 [1.12.0]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.11.1...1.12.0 [1.11.1]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.11.0...1.11.1 diff --git a/lib/sensu-plugins-elasticsearch/version.rb b/lib/sensu-plugins-elasticsearch/version.rb index 4ea6ef1..1da8713 100644 --- a/lib/sensu-plugins-elasticsearch/version.rb +++ b/lib/sensu-plugins-elasticsearch/version.rb @@ -2,7 +2,7 @@ module SensuPluginsElasticsearch module Version MAJOR = 2 MINOR = 0 - PATCH = 0 + PATCH = 1 VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.') end