Skip to content

Commit

Permalink
prep for 1.12.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Mar 1, 2018
1 parent 3601b23 commit 16a31a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)

## [Unreleased]

## [1.12.0] - 2018-03-01
### Added
- check-es-indices-field-number.rb: check if the number of fields in index(es) is approaching limit (default to 1000 in ES)
- check-es-indices-field-number.rb: check if the number of fields in index(es) is approaching limit (default to 1000 in ES) (@huynt1979)
### Changed
- Address a couple of rubocop style violations.
- Address a couple of rubocop style violations (@huynt1979)

## [1.11.1] - 2018-02-27
### Changed
Expand Down Expand Up @@ -234,7 +236,9 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
- initial release


[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.11.0...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.12.0...HEAD
[1.12.0]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.11.1...1.12.0
[1.11.1]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.11.0...1.11.1
[1.11.0]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.10.0...1.11.0
[1.10.0]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.9.0...1.10.0
[1.9.0]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.8.1...1.9.0
Expand Down
4 changes: 2 additions & 2 deletions lib/sensu-plugins-elasticsearch/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module SensuPluginsElasticsearch
module Version
MAJOR = 1
MINOR = 11
PATCH = 1
MINOR = 12
PATCH = 0

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

0 comments on commit 16a31a9

Please sign in to comment.