Skip to content

Commit 3e5fd79

Browse files
committed
prep for 1.11.1 release
Signed-off-by: Justin Kolberg <amd.prophet@gmail.com>
1 parent 28ff02f commit 3e5fd79

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
55

66
## [Unreleased]
77

8+
## [1.11.1] - 2018-02-27
9+
### Changed
10+
- this is a no-op release to test the CI pipeline's ability to publish gems
11+
812
## [1.11.0] - 2018-02-23
913
### Added
1014
- bin/check-es-query-average.rb: added flag of '--headers' so that headers can be passed to the elasticsearch http client (@alexandrustaetu)

lib/sensu-plugins-elasticsearch/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module SensuPluginsElasticsearch
22
module Version
33
MAJOR = 1
44
MINOR = 11
5-
PATCH = 0
5+
PATCH = 1
66

77
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
88
end

0 commit comments

Comments
 (0)