From 4e08f8b8dc70582492d26fa46c459e65f990b158 Mon Sep 17 00:00:00 2001 From: Eric Heydrick Date: Tue, 29 Dec 2015 22:31:54 -0800 Subject: [PATCH] deploy --- CHANGELOG.md | 2 ++ lib/sensu-plugins-elasticsearch/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e509af..43feae4 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.3.2] - 2015-12-29 ### Changed - Update metrics-es-node.rb for Elasticsearch 2.0 diff --git a/lib/sensu-plugins-elasticsearch/version.rb b/lib/sensu-plugins-elasticsearch/version.rb index 3860a99..5a4a13d 100644 --- a/lib/sensu-plugins-elasticsearch/version.rb +++ b/lib/sensu-plugins-elasticsearch/version.rb @@ -2,7 +2,7 @@ module SensuPluginsElasticsearch module Version MAJOR = 0 MINOR = 3 - PATCH = 1 + PATCH = 2 VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.') end