From 94b219773c1bd6e25af1894c4a26eca2f67eac7e Mon Sep 17 00:00:00 2001 From: Matt Jones Date: Wed, 26 Aug 2015 23:43:44 -0400 Subject: [PATCH] deploy --- CHANGELOG.md | 2 ++ lib/sensu-plugins-process-checks/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f586067..c042376 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-24 ### Fixed - require 'socket' in metrics-processes-threads-count diff --git a/lib/sensu-plugins-process-checks/version.rb b/lib/sensu-plugins-process-checks/version.rb index 9ea1be1..3c66842 100644 --- a/lib/sensu-plugins-process-checks/version.rb +++ b/lib/sensu-plugins-process-checks/version.rb @@ -2,7 +2,7 @@ module SensuPluginsProcessChecks module Version MAJOR = 0 MINOR = 0 - PATCH = 5 + PATCH = 6 VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.') end