Skip to content

Commit

Permalink
prep for 5.0.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Abrams <me@benabrams.it>
  • Loading branch information
majormoses committed Apr 6, 2020
1 parent a7bb66d commit 9280d1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)

## [Unreleased]

### Added
- Updated asset build targets to support centos6
## [5.0.0] - 2020-04-06
### Breaking CHANGES
- Removed centos from bonsai asset definition

### Added
- Travis build automation to generate Sensu Asset tarballs that can be used n conjunction with Sensu provided ruby runtime assets and the Bonsai Asset Index
- Updated asset build targets to support centos6

### Changed
- Updated rubocop dependency to `~> 0.79.0`
Expand Down Expand Up @@ -183,7 +184,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
### Added
- initial release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-redis/compare/4.1.0...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-redis/compare/5.0.0...HEAD
[5.0.0]: https://github.com/sensu-plugins/sensu-plugins-redis/compare/4.1.0...5.0.0
[4.1.0]: https://github.com/sensu-plugins/sensu-plugins-redis/compare/4.0.0...4.0.0
[4.0.0]: https://github.com/sensu-plugins/sensu-plugins-redis/compare/3.1.1...4.0.0
[3.1.1]: https://github.com/sensu-plugins/sensu-plugins-redis/compare/3.1.0...3.1.1
Expand Down
4 changes: 2 additions & 2 deletions lib/sensu-plugins-redis/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

module SensuPluginsRedis
module Version
MAJOR = 4
MINOR = 1
MAJOR = 5
MINOR = 0
PATCH = 0

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

0 comments on commit 9280d1d

Please sign in to comment.