Skip to content

Commit a56106b

Browse files
authored
Merge pull request #146 from cwjohnston/release/v1.4.0
Release version 1.4.0
2 parents e39ba69 + bb2729f commit a56106b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7+
## [v1.4.0] - 2016-07-20
8+
79
### Important
810
- 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.
911

lib/sensu-plugin.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Sensu
22
module Plugin
3-
VERSION = "1.3.0"
3+
VERSION = "1.4.0"
44
EXIT_CODES = {
55
'OK' => 0,
66
'WARNING' => 1,

0 commit comments

Comments
 (0)