From 3e5fd799ec532ce5e8d0cc7fec6804bebbdfb1d2 Mon Sep 17 00:00:00 2001 From: Justin Kolberg Date: Tue, 27 Feb 2018 15:52:01 -0800 Subject: [PATCH] prep for 1.11.1 release Signed-off-by: Justin Kolberg --- CHANGELOG.md | 4 ++++ lib/sensu-plugins-elasticsearch/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 555309d..0bf45c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here](/~https://github.com/sensu-plugins ## [Unreleased] +## [1.11.1] - 2018-02-27 +### Changed +- this is a no-op release to test the CI pipeline's ability to publish gems + ## [1.11.0] - 2018-02-23 ### Added - bin/check-es-query-average.rb: added flag of '--headers' so that headers can be passed to the elasticsearch http client (@alexandrustaetu) diff --git a/lib/sensu-plugins-elasticsearch/version.rb b/lib/sensu-plugins-elasticsearch/version.rb index 9535eb6..1a06700 100644 --- a/lib/sensu-plugins-elasticsearch/version.rb +++ b/lib/sensu-plugins-elasticsearch/version.rb @@ -2,7 +2,7 @@ module SensuPluginsElasticsearch module Version MAJOR = 1 MINOR = 11 - PATCH = 0 + PATCH = 1 VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.') end