File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
lib/sensu-plugins-raid-checks Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
66
77## [ Unreleased]
88
9+ ## [ 2.0.1] - 2017-01-31
910### Security
1011- updated rubocop dependency to ` ~> 0.51.0 ` per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418 . (@majormoses )
1112
@@ -62,6 +63,7 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
6263- initial release
6364
6465[ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-raid-checks/compare/2.0.0...HEAD
66+ [ 2.0.1 ] : https://github.com/sensu-plugins/sensu-plugins-raid-checks/compare/2.0.0...2.0.1
6567[ 2.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-raid-checks/compare/1.0.0...2.0.0
6668[ 1.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-raid-checks/compare/0.1.0...1.0.0
6769[ 0.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-raid-checks/compare/0.0.4...0.1.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module SensuPluginsRaidChecks
44 module Version
55 MAJOR = 2
66 MINOR = 0
7- PATCH = 0
7+ PATCH = 1
88
99 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
1010 end
You can’t perform that action at this time.
0 commit comments