From f3fc940880e39e4e9138ef9a78f7da2e62438b0a Mon Sep 17 00:00:00 2001 From: Matt Jones Date: Thu, 30 Jul 2015 10:58:34 -0400 Subject: [PATCH] deploy --- CHANGELOG.md | 10 ++++++++++ lib/sensu-plugins-http/version.rb | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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