Skip to content

Commit 5eb05e6

Browse files
committed
prep for 2.0.2 release
1 parent 26fa068 commit 5eb05e6

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

lib/sensu-plugins-mongodb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)