diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b187a5..3c4a677 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,17 @@ This project adheres to [Semantic Versioning](http://semver.org/). This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/) +## Unreleased +- nothing + ## 0.2.0 - 2015-07-30 + +### Changed +- updated Rubocop to `0.32.1` +- put deps in alpha order +- update documentation links + +### Added - Added a check for last modified time in HTTP headers ## [0.1.1] - 2015-07-14 diff --git a/lib/sensu-plugins-http/version.rb b/lib/sensu-plugins-http/version.rb index 2041a75..3304498 100644 --- a/lib/sensu-plugins-http/version.rb +++ b/lib/sensu-plugins-http/version.rb @@ -2,7 +2,7 @@ module SensuPluginsHttp module Version MAJOR = 0 MINOR = 1 - PATCH = 1 + PATCH = 2 VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.') end