Skip to content

Commit

Permalink
prep for 3.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Jan 8, 2019
1 parent c878688 commit 263bb14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [3.0.1] - 2018-01-07
### Fixed
- locked `mixlib-cli` dep to `~> 1.5` as `2.0` removes ruby support for `< 2.5` (@majormoses)

Expand Down Expand Up @@ -160,7 +161,8 @@ The changes in earlier releases are not fully documented but comparison links ar
* [v0.1.1]
* [v0.1.0]

[Unreleased]: https:/sensu-plugins/sensu-plugin/compare/3.0.0...HEAD
[Unreleased]: https:/sensu-plugins/sensu-plugin/compare/3.0.1...HEAD
[3.0.1]: https:/sensu-plugins/sensu-plugin/compare/3.0.0...3.0.1
[3.0.0]: https:/sensu-plugins/sensu-plugin/compare/2.7.0...3.0.0
[2.7.0]: https:/sensu-plugins/sensu-plugin/compare/2.6.1...2.7.0
[2.6.1]: https:/sensu-plugins/sensu-plugin/compare/2.6.0...2.6.1
Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugin.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Sensu
module Plugin
VERSION = '3.0.0'.freeze
VERSION = '3.0.1'.freeze
EXIT_CODES = {
'OK' => 0,
'WARNING' => 1,
Expand Down

0 comments on commit 263bb14

Please sign in to comment.