Skip to content

Commit

Permalink
prep for 2.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Mar 14, 2018
1 parent 44e3298 commit eef189e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This CHANGELOG follows the format listed at [Our CHANGELOG Guidelines ](https://
Which is based on [Keep A Changelog](http://keepachangelog.com/)

## [Unreleased]

## [2.4.0] - 2018-03-14
### Added
- check-redis-connections-available.rb: checks the number of connections available (@nishiki)

Expand Down Expand Up @@ -133,7 +135,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
### Added
- initial release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-redis/compare/2.3.2...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-redis/compare/2.4.0...HEAD
[2.4.0]: https://github.com/sensu-plugins/sensu-plugins-redis/compare/2.3.2...2.4.0
[2.3.2]: https://github.com/sensu-plugins/sensu-plugins-redis/compare/2.3.1...2.3.2
[2.3.1]: https://github.com/sensu-plugins/sensu-plugins-redis/compare/2.3.0...2.3.1
[2.3.0]: https://github.com/sensu-plugins/sensu-plugins-redis/compare/2.2.2...2.3.0
Expand Down
4 changes: 2 additions & 2 deletions lib/sensu-plugins-redis/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module SensuPluginsRedis
module Version
MAJOR = 2
MINOR = 3
PATCH = 2
MINOR = 4
PATCH = 0

VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
Expand Down

0 comments on commit eef189e

Please sign in to comment.