File tree Expand file tree Collapse file tree
lib/sensu-plugins-mongodb Expand file tree Collapse file tree 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
55
66## [ Unreleased]
77
8+ ## [ 2.0.2] - 2018-03-17
89### Fixed
910- renamed library file ` metics ` to ` metrics ` and updated all refrences in code to it (@majormoses )
1011
@@ -128,7 +129,8 @@ This CHANGELOG follows the format located [here](https://github.com/sensu-plugin
128129### Added
129130- initial release
130131
131- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/2.0.1...HEAD
132+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/2.0.2...HEAD
133+ [ 2.0.2 ] : https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/2.0.1...2.0.2
132134[ 2.0.1 ] : https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/2.0.0...2.0.1
133135[ 2.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/1.4.1...2.0.0
134136[ 1.4.1 ] : https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/1.4.0...1.4.1
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module SensuPluginsMongoDB
22 module Version
33 MAJOR = 2
44 MINOR = 0
5- PATCH = 1
5+ PATCH = 2
66
77 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
88 end
You can’t perform that action at this time.
0 commit comments