File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
lib/sensu-plugins-mongodb Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ This CHANGELOG follows the format located [here](https://github.com/sensu-plugin
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 2.0.0] - 2017-09-23
8
9
### Breaking Change
9
10
- bumped requirement of ` sensu-plugin ` [ to 2.0] ( https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#v200---2017-03-29 ) (@majormoses )
10
11
@@ -120,7 +121,8 @@ This CHANGELOG follows the format located [here](https://github.com/sensu-plugin
120
121
### Added
121
122
- initial release
122
123
123
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/1.4.1...HEAD
124
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/2.0.0...HEAD
125
+ [ 2.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/1.4.1...2.0.0
124
126
[ 1.4.1 ] : https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/1.4.0...1.4.1
125
127
[ 1.4.0 ] : https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/1.3.0...1.4.0
126
128
[ 1.3.0 ] : https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/1.2.1...1.3.0
Original file line number Diff line number Diff line change 1
1
module SensuPluginsMongoDB
2
2
module Version
3
- MAJOR = 1
4
- MINOR = 4
5
- PATCH = 1
3
+ MAJOR = 2
4
+ MINOR = 0
5
+ PATCH = 0
6
6
7
7
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
8
8
end
You can’t perform that action at this time.
0 commit comments