File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
lib/sensu-plugins-elasticsearch Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
55
66## [ Unreleased]
77
8+ ## [ 2.0.1] - 2018-03-27
89### Security
910- updated yard dependency to ` ~> 0.9.11 ` per: https://nvd.nist.gov/vuln/detail/CVE-2017-17042 (@majormoses )
1011
@@ -250,7 +251,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
250251- initial release
251252
252253
253- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/2.0.0...HEAD
254+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/2.0.1...HEAD
255+ [ 2.0.1 ] : https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/2.0.0...2.0.1
254256[ 2.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.12.0...2.0.0
255257[ 1.12.0 ] : https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.11.1...1.12.0
256258[ 1.11.1 ] : https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.11.0...1.11.1
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module SensuPluginsElasticsearch
22 module Version
33 MAJOR = 2
44 MINOR = 0
5- PATCH = 0
5+ PATCH = 1
66
77 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
88 end
You can’t perform that action at this time.
0 commit comments