Skip to content

Commit 0f4cd9b

Browse files
committed
prep for 2.1.0 release
1 parent 9edfe01 commit 0f4cd9b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)
55

66
## [Unreleased]
7+
8+
## [2.1.0] - 2018-03-14
79
### Added
810
- Support for Logstash 6.x node stats metrics (@runningman84, @Evesy)
911

@@ -69,6 +71,7 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
6971
- initial release
7072

7173
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-logstash/compare/2.0.0...HEAD
74+
[2.1.0]: https://github.com/sensu-plugins/sensu-plugins-logstash/compare/2.0.0...2.1.0
7275
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-logstash/compare/1.3.0...2.0.0
7376
[1.3.0]: https://github.com/sensu-plugins/sensu-plugins-logstash/compare/1.2.0...1.3.0
7477
[1.2.0]: https://github.com/sensu-plugins/sensu-plugins-logstash/compare/1.1.1...1.2.0

lib/sensu-plugins-logstash/version.rb

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

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

0 commit comments

Comments
 (0)