Skip to content

Commit 8cc4610

Browse files
committed
release version 1.4.3
1 parent 75a44cd commit 8cc4610

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.3] - 2016-10-04
8+
79
- Fixed an incompatibility with Ruby 1.9 introduced in Sensu::Handler api_request circa sensu-plugin 1.3.0
810
- Fixed Sensu::Handler check dependency filtering by using plural form `events` API endpoint, instead of singular-form `event`.
911
- Fixed a condition where `config_files` method may attempt to read from a non-existent file.
@@ -73,7 +75,8 @@ The changes in earlier releases are not fully documented but comparison links ar
7375
* [v0.1.1]
7476
* [v0.1.0]
7577

76-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugin/compare/v1.4.2...HEAD
78+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugin/compare/v1.4.3...HEAD
79+
[v1.4.3]: https://github.com/sensu-plugins/sensu-plugin/compare/v1.4.2...v1.4.3
7780
[v1.4.2]: https://github.com/sensu-plugins/sensu-plugin/compare/v1.4.1...v1.4.2
7881
[v1.4.1]: https://github.com/sensu-plugins/sensu-plugin/compare/v1.4.0...v1.4.1
7982
[v1.4.0]: https://github.com/sensu-plugins/sensu-plugin/compare/v1.3.0...v1.4.0

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.4.2"
3+
VERSION = "1.4.3"
44
EXIT_CODES = {
55
'OK' => 0,
66
'WARNING' => 1,

0 commit comments

Comments
 (0)