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
16
16
.DS_Store
17
17
.idea /*
18
18
* .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://
5
5
Which is based on [ Keep A Changelog] ( http://keepachangelog.com/ )
6
6
7
7
## [ Unreleased]
8
+
9
+ ## [ 2.0.0] - 2018-01-18
8
10
### Security
9
11
- updated rubocop dependency to ` ~> 0.51.0 ` per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418 . (@thomasriley )
10
12
@@ -79,7 +81,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
79
81
### Added
80
82
- initial release
81
83
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
83
86
[ 1.5.0 ] : https://github.com/sensu-plugins/sensu-plugins-zookeeper/compare/1.4.0...1.5.0
84
87
[ 1.4.0 ] : https://github.com/sensu-plugins/sensu-plugins-zookeeper/compare/1.3.0...1.4.0
85
88
[ 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 1
1
module SensuPluginsZookeeper
2
2
module Version
3
- MAJOR = 1
4
- MINOR = 5
3
+ MAJOR = 2
4
+ MINOR = 0
5
5
PATCH = 0
6
6
7
7
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments