diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f8ece1..36b643d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/) ## [Unreleased] + +## [0.0.6] - 2015-08-27 ### Added - check on number of hosts - -auth param allows authentication by bearer token @@ -30,7 +32,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang ### Added - initial release -[unreleased]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/0.0.5...HEAD +[unreleased]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/0.0.6...HEAD +[0.0.6]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/0.0.5...0.0.6 [0.0.5]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/0.0.4...0.0.5 [0.0.4]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/0.0.3...0.0.4 [0.0.3]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/0.0.2...0.0.3 diff --git a/lib/sensu-plugins-graphite/version.rb b/lib/sensu-plugins-graphite/version.rb index 43013dc..1175608 100644 --- a/lib/sensu-plugins-graphite/version.rb +++ b/lib/sensu-plugins-graphite/version.rb @@ -2,7 +2,7 @@ module SensuPluginsGraphite module Version MAJOR = 0 MINOR = 0 - PATCH = 5 + PATCH = 6 VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.') end