Skip to content

Commit

Permalink
prep for 1.11.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kolberg <[email protected]>
  • Loading branch information
amdprophet committed Feb 27, 2018
1 parent 28ff02f commit 3e5fd79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-elasticsearch/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module SensuPluginsElasticsearch
module Version
MAJOR = 1
MINOR = 11
PATCH = 0
PATCH = 1

VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
Expand Down

0 comments on commit 3e5fd79

Please sign in to comment.