Skip to content

Commit

Permalink
patch level bump, 1.4.2
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Porter <[email protected]>
  • Loading branch information
portertech committed May 10, 2018
1 parent e317a65 commit bc3f2b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins

## [Unreleased]

## [1.4.2] - 2018-05-10

### Fixed
- Fixed API GET /results, results were incorrectly reported under a single client name.

## [1.4.1] - 2018-05-04

### Fixed
- Include em-http-request Ruby gem in runtime dependencies
- Include em-http-request Ruby gem in runtime dependencies.

## [1.4.0] - 2018-05-02

Expand Down
2 changes: 1 addition & 1 deletion lib/sensu/constants.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Sensu
unless defined?(Sensu::VERSION)
# Sensu release version.
VERSION = "1.4.1".freeze
VERSION = "1.4.2".freeze

# Sensu release information.
RELEASE_INFO = {
Expand Down

0 comments on commit bc3f2b1

Please sign in to comment.