We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ff02f commit 3e5fd79Copy full SHA for 3e5fd79
CHANGELOG.md
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
5
6
## [Unreleased]
7
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
+
12
## [1.11.0] - 2018-02-23
13
### Added
14
- 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
@@ -2,7 +2,7 @@ module SensuPluginsElasticsearch
2
module Version
3
MAJOR = 1
4
MINOR = 11
- PATCH = 0
+ PATCH = 1
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
0 commit comments