Skip to content

Commit 5eb2916

Browse files
committed
prep for 4.1.0 release
Signed-off-by: Ben Abrams <[email protected]>
1 parent e90ab3b commit 5eb2916

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [4.1.0] 2020-01-09
9+
### Changed
10+
- Update rest-client requirement from `= 1.8.0` to `= 2.1.0` (@dependabot-preview)
11+
812
## [4.0.1] - 2019-06-21
913
### Fixed
1014
- Fix for JSON.parse in metrics checks commands that inheret from Sensu::Plugin::Metric::CLI::JSON:Class
@@ -271,7 +275,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
271275
- initial release
272276

273277

274-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/4.0.1...HEAD
278+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/4.1.0...HEAD
279+
[4.1.0]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/4.0.1...4.1.0
275280
[4.0.1]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/4.0.0...4.0.1
276281
[4.0.0]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/3.0.0...4.0.0
277282
[3.0.0]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/2.1.0...3.0.0

lib/sensu-plugins-elasticsearch/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module SensuPluginsElasticsearch
22
module Version
33
MAJOR = 4
4-
MINOR = 0
5-
PATCH = 1
4+
MINOR = 1
5+
PATCH = 0
66

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

0 commit comments

Comments
 (0)