Skip to content

Commit

Permalink
prep for 6.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Jun 28, 2018
1 parent 1e8427b commit e9242a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)

## [Unreleased]
### Changed
### Breaking Changes
- bump version of rest-client to 2.0.2. This should fix the issue where multiple versions of that gem would be loaded when running the rabbitmq plugin alongside the sensu http plugin. (@mattdoller)

## [5.4.0] - 2018-06-21
Expand Down Expand Up @@ -214,7 +214,8 @@ NOTE: this release changes the option flags in check-rabbitmq-node-health.rb to
- Remove copy paste errors in the Readme
- Removed Rubygems require Ruby 1.8.7 backwards compatibility from all plugins

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-rabbitmq/compare/5.4.0...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-rabbitmq/compare/6.0.0...HEAD
[6.0.0]: https://github.com/sensu-plugins/sensu-plugins-rabbitmq/compare/5.4.0...6.0.0
[5.4.0]: https://github.com/sensu-plugins/sensu-plugins-rabbitmq/compare/5.3.0...5.4.0
[5.3.0]: https://github.com/sensu-plugins/sensu-plugins-rabbitmq/compare/5.2.0...5.3.0
[5.2.0]:https://github.com/sensu-plugins/sensu-plugins-rabbitmq/\compare/5.1.0...5.2.0
Expand Down
4 changes: 2 additions & 2 deletions lib/sensu-plugins-rabbitmq/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

module SensuPluginsRabbitMQ
module Version
MAJOR = 5
MINOR = 4
MAJOR = 6
MINOR = 0
PATCH = 0

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

0 comments on commit e9242a7

Please sign in to comment.