Skip to content

Commit

Permalink
Merge pull request #164 from sensu-plugins/release/v1.4.4
Browse files Browse the repository at this point in the history
release version 1.4.4
  • Loading branch information
amdprophet authored Dec 8, 2016
2 parents 4f99127 + 54d6439 commit 1f76b9f
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 @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v1.4.4] - 2016-12-08

- Fixed a regression in Sensu::Handler `api_request` method, introduced in
v1.4.3, which broke silence stashes and check dependencies on Ruby 2.x.

Expand Down Expand Up @@ -78,7 +80,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.3...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugin/compare/v1.4.4...HEAD
[v1.4.4]: https://github.com/sensu-plugins/sensu-plugin/compare/v1.4.3...v1.4.4
[v1.4.3]: https://github.com/sensu-plugins/sensu-plugin/compare/v1.4.2...v1.4.3
[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
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.3"
VERSION = "1.4.4"
EXIT_CODES = {
'OK' => 0,
'WARNING' => 1,
Expand Down

0 comments on commit 1f76b9f

Please sign in to comment.