Skip to content

Commit

Permalink
prep for 2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Jul 7, 2017
1 parent 99c290a commit 48c05dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v2.1.0] - 2017-07-06
- Added cast_bool_values_int helper method to convert boolean values to integers

## [v2.0.1] - 2017-04-28
Expand Down Expand Up @@ -99,7 +101,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/v2.0.1...HEAD
[Unreleased]: https:/sensu-plugins/sensu-plugin/compare/v2.1.0...HEAD
[v2.1.0]: https:/sensu-plugins/sensu-plugin/compare/v2.0.1...v2.1.0
[v2.0.1]: https:/sensu-plugins/sensu-plugin/compare/v2.0.0...v2.0.1
[v2.0.0]: https:/sensu-plugins/sensu-plugin/compare/v1.4.5...v2.0.0
[v1.4.5]: https:/sensu-plugins/sensu-plugin/compare/v1.4.4...v1.4.5
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 = "2.0.1"
VERSION = "2.1.0"
EXIT_CODES = {
'OK' => 0,
'WARNING' => 1,
Expand Down

0 comments on commit 48c05dd

Please sign in to comment.