diff --git a/CHANGELOG.md b/CHANGELOG.md index 6435dc2..fc6d043 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins Which is based on [Keep A Changelog](http://keepachangelog.com/) ## [Unreleased] + +## [2.0.2] - 2018-04-18 ### Fixed - fixed software raid check (@corro) @@ -64,7 +66,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/) ### Added - initial release -[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-raid-checks/compare/2.0.0...HEAD +[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-raid-checks/compare/2.0.2...HEAD +[2.0.2]: https://github.com/sensu-plugins/sensu-plugins-raid-checks/compare/2.0.1...2.0.2 [2.0.1]: https://github.com/sensu-plugins/sensu-plugins-raid-checks/compare/2.0.0...2.0.1 [2.0.0]: https://github.com/sensu-plugins/sensu-plugins-raid-checks/compare/1.0.0...2.0.0 [1.0.0]: https://github.com/sensu-plugins/sensu-plugins-raid-checks/compare/0.1.0...1.0.0 diff --git a/lib/sensu-plugins-raid-checks/version.rb b/lib/sensu-plugins-raid-checks/version.rb index a251f04..9df384e 100644 --- a/lib/sensu-plugins-raid-checks/version.rb +++ b/lib/sensu-plugins-raid-checks/version.rb @@ -4,7 +4,7 @@ module SensuPluginsRaidChecks module Version MAJOR = 2 MINOR = 0 - PATCH = 1 + PATCH = 2 VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.') end