Skip to content

Commit

Permalink
Merge pull request #151 from cwjohnston/release/v1.4.2
Browse files Browse the repository at this point in the history
Release version 1.4.2
  • Loading branch information
eheydrick authored Aug 8, 2016
2 parents 4820789 + be22047 commit 8a02224
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v1.4.2] - 2016-08-08

- Fixed a condition in which empty strings in check `dependencies` attribute values would cause an exception. (#147 via @rs-mrichmond)

## [v1.4.1] - 2016-08-03

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

[Unreleased]: https://github.com/sensu-plugins/sensu-plugin/compare/v1.4.1...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugin/compare/v1.4.2...HEAD
[v1.4.2]: https://github.com/sensu-plugins/sensu-plugin/compare/v1.4.1...v1.4.2
[v1.4.1]: https://github.com/sensu-plugins/sensu-plugin/compare/v1.4.0...v1.4.1
[v1.4.0]: https://github.com/sensu-plugins/sensu-plugin/compare/v1.3.0...v1.4.0
[v1.3.0]: https://github.com/sensu-plugins/sensu-plugin/compare/v1.2.0...v1.3.0
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 = "1.4.1"
VERSION = "1.4.2"
EXIT_CODES = {
'OK' => 0,
'WARNING' => 1,
Expand Down

0 comments on commit 8a02224

Please sign in to comment.