File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
lib/sensu-plugins-zookeeper Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ mkmf.log
1616.DS_Store
1717.idea /*
1818* .gem
19- / vendor /
19+ vendor /*
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ This CHANGELOG follows the format listed at [Our CHANGELOG Guidelines ](https://
55Which is based on [ Keep A Changelog] ( http://keepachangelog.com/ )
66
77## [ Unreleased]
8+
9+ ## [ 2.0.0] - 2018-01-18
810### Security
911- updated rubocop dependency to ` ~> 0.51.0 ` per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418 . (@thomasriley )
1012
@@ -79,7 +81,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
7981### Added
8082- initial release
8183
82- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-zookeeper/compare/1.5.0...HEAD
84+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-zookeeper/compare/2.0.0...HEAD
85+ [ 2.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-zookeeper/compare/1.5.0...2.0.0
8386[ 1.5.0 ] : https://github.com/sensu-plugins/sensu-plugins-zookeeper/compare/1.4.0...1.5.0
8487[ 1.4.0 ] : https://github.com/sensu-plugins/sensu-plugins-zookeeper/compare/1.3.0...1.4.0
8588[ 1.3.0 ] : https://github.com/sensu-plugins/sensu-plugins-zookeeper/compare/1.2.0...1.3.0
Original file line number Diff line number Diff line change 11module SensuPluginsZookeeper
22 module Version
3- MAJOR = 1
4- MINOR = 5
3+ MAJOR = 2
4+ MINOR = 0
55 PATCH = 0
66
77 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments