Skip to content

Commit

Permalink
Merge pull request #146 from cwjohnston/release/v1.4.0
Browse files Browse the repository at this point in the history
Release version 1.4.0
  • Loading branch information
cwjohnston authored Jul 20, 2016
2 parents e39ba69 + bb2729f commit a56106b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions 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.0] - 2016-07-20

### Important
- Filtering of events is now deprecated in `Sensu::Handler` and will be removed in a future release. See [this blog post](https://sensuapp.org/blog/2016/07/07/sensu-plugin-filter-deprecation.html) for more detail.

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.3.0"
VERSION = "1.4.0"
EXIT_CODES = {
'OK' => 0,
'WARNING' => 1,
Expand Down

0 comments on commit a56106b

Please sign in to comment.