diff --git a/CHANGELOG.md b/CHANGELOG.md index d07506a..c76fc13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/) -## Unreleased +## [Unreleased][unreleased] +- nothing + +## [1.0.2] - 2015-08-04 +### Changed +- general cleanup ## [1.0.1] - 2015-07-14 ### Changed @@ -12,7 +17,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang ##[1.0.0] - 2015-07-05 ### Changed - changed metrics filenames to conform to std -- updated Rakfile to remove cruft +- updated Rakefile to remove cruft - updated documentation links in README and CONTRIBUTING - updated gemspec to put deps in alpha order @@ -34,5 +39,3 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang ## [0.0.1] - 2015-04-21 ### Added - initial release - - diff --git a/README.md b/README.md index cce5047..1b04318 100644 --- a/README.md +++ b/README.md @@ -92,4 +92,3 @@ This is a sample input file used by check-smart-status, see the script for furth [Installation and Setup](http://sensu-plugins.io/docs/installation_instructions.html) ## Notes - diff --git a/lib/sensu-plugins-disk-checks/version.rb b/lib/sensu-plugins-disk-checks/version.rb index 11f24e6..6c55cf3 100644 --- a/lib/sensu-plugins-disk-checks/version.rb +++ b/lib/sensu-plugins-disk-checks/version.rb @@ -2,7 +2,7 @@ module SensuPluginsDiskChecks module Version MAJOR = 1 MINOR = 0 - PATCH = 1 + PATCH = 2 VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.') end