File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
lib/sensu-plugins-logstash Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44This CHANGELOG follows the format listed [ here] ( https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md )
55
66## [ Unreleased]
7+
8+ ## [ 2.1.0] - 2018-03-14
79### Added
810- Support for Logstash 6.x node stats metrics (@runningman84 , @Evesy )
911
@@ -69,6 +71,7 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
6971- initial release
7072
7173[ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-logstash/compare/2.0.0...HEAD
74+ [ 2.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-logstash/compare/2.0.0...2.1.0
7275[ 2.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-logstash/compare/1.3.0...2.0.0
7376[ 1.3.0 ] : https://github.com/sensu-plugins/sensu-plugins-logstash/compare/1.2.0...1.3.0
7477[ 1.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-logstash/compare/1.1.1...1.2.0
Original file line number Diff line number Diff line change 11module SensuPluginsLogstash
22 module Version
33 MAJOR = 2
4- MINOR = 0
4+ MINOR = 1
55 PATCH = 0
66
77 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments