Skip to content

Commit

Permalink
Merge pull request #138 from sensu-plugins/release/8.1.0
Browse files Browse the repository at this point in the history
prepping for 8.1.0 release
  • Loading branch information
Jef Spaleta authored Dec 9, 2019
2 parents 4a59573 + 1172e82 commit d26a14d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins

## [Unreleased]

## [8.1.0] - 2019-12-09
### Added
- Updated asset build targets to support centos6

## [8.0.0] - 2019-04-29
### Breaking Changes
- Bump `sensu-plugin` dependency from `~> 3.0` to `~> 4.0` you can read the changelog entries for [4.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#400---2018-02-17), [3.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#300---2018-12-04), and [2.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#v200---2017-03-29)
Expand Down Expand Up @@ -238,7 +242,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/8.0.0...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-rabbitmq/compare/8.1.0...HEAD
[8.1.0]: https://github.com/sensu-plugins/sensu-plugins-rabbitmq/compare/8.0.0...8.1.0
[8.0.0]: https://github.com/sensu-plugins/sensu-plugins-rabbitmq/compare/7.0.1...8.0.0
[7.0.1]: https://github.com/sensu-plugins/sensu-plugins-rabbitmq/compare/7.0.0...7.0.1
[7.0.0]: https://github.com/sensu-plugins/sensu-plugins-rabbitmq/compare/6.0.0...7.0.0
Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-rabbitmq/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module SensuPluginsRabbitMQ
module Version
MAJOR = 8
MINOR = 0
MINOR = 1
PATCH = 0

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

0 comments on commit d26a14d

Please sign in to comment.