Skip to content

Commit 1fcd24b

Browse files
author
Todd Campbell
authored
Merge pull request #173 from nixwiz/pre_release/4.2.0
Roll to Version 4.2.0
2 parents a9cf05e + d55035b commit 1fcd24b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
55

66
## [Unreleased]
77

8+
## [4.2.0] 2020-05-11
89
### Added
910
- Updated asset build targets to support centos6
1011
- Removed centos from bonsai asset definition
@@ -280,7 +281,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
280281
- initial release
281282

282283

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
284286
[4.1.0]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/4.0.1...4.1.0
285287
[4.0.1]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/4.0.0...4.0.1
286288
[4.0.0]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/3.0.0...4.0.0

lib/sensu-plugins-elasticsearch/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module SensuPluginsElasticsearch
22
module Version
33
MAJOR = 4
4-
MINOR = 1
4+
MINOR = 2
55
PATCH = 0
66

77
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')

0 commit comments

Comments
 (0)