File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
lib/sensu-plugins-elasticsearch Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ before_install:
99install :
1010- bundle install
1111rvm :
12- - 2.1
13- - 2.2
1412- 2.3.0
1513- 2.4.1
1614notifications :
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
55
66## [ Unreleased]
77
8+ ## [ 3.0.0] - 2018-12-17
89### Breaking Changes
910- removed ruby support for versions ` < 2.3 ` (@majormoses )
1011
@@ -258,7 +259,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
258259- initial release
259260
260261
261- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/2.1.0...HEAD
262+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/3.0.0...HEAD
263+ [ 3.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/2.1.0...3.0.0
262264[ 2.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/2.0.1...2.1.0
263265[ 2.0.1 ] : https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/2.0.0...2.0.1
264266[ 2.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.12.0...2.0.0
Original file line number Diff line number Diff line change 11module SensuPluginsElasticsearch
22 module Version
3- MAJOR = 2
4- MINOR = 1
3+ MAJOR = 3
4+ MINOR = 0
55 PATCH = 0
66
77 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments