File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
lib/sensu-plugins-elasticsearch Expand file tree Collapse file tree 2 files changed +4
-2
lines changed 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
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 4.2.0] 2020-05-11
8
9
### Added
9
10
- Updated asset build targets to support centos6
10
11
- Removed centos from bonsai asset definition
@@ -280,7 +281,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
280
281
- initial release
281
282
282
283
283
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/4.1.0...HEAD
284
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/4.2.0...HEAD
285
+ [ 4.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/4.1.0...4.2.0
284
286
[ 4.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/4.0.1...4.1.0
285
287
[ 4.0.1 ] : https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/4.0.0...4.0.1
286
288
[ 4.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/3.0.0...4.0.0
Original file line number Diff line number Diff line change 1
1
module SensuPluginsElasticsearch
2
2
module Version
3
3
MAJOR = 4
4
- MINOR = 1
4
+ MINOR = 2
5
5
PATCH = 0
6
6
7
7
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments