File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
lib/sensu-plugins-elasticsearch Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
55
66## [ Unreleased]
77
8+ ## [ 4.1.0] 2020-01-09
9+ ### Changed
10+ - Update rest-client requirement from ` = 1.8.0 ` to ` = 2.1.0 ` (@dependabot-preview )
11+
812## [ 4.0.1] - 2019-06-21
913### Fixed
1014- Fix for JSON.parse in metrics checks commands that inheret from Sensu::Plugin::Metric::CLI::JSON: Class
@@ -271,7 +275,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
271275- initial release
272276
273277
274- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/4.0.1...HEAD
278+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/4.1.0...HEAD
279+ [ 4.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/4.0.1...4.1.0
275280[ 4.0.1 ] : https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/4.0.0...4.0.1
276281[ 4.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/3.0.0...4.0.0
277282[ 3.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/2.1.0...3.0.0
Original file line number Diff line number Diff line change 11module SensuPluginsElasticsearch
22 module Version
33 MAJOR = 4
4- MINOR = 0
5- PATCH = 1
4+ MINOR = 1
5+ PATCH = 0
66
77 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
88 end
You can’t perform that action at this time.
0 commit comments