diff --git a/CHANGELOG.md b/CHANGELOG.md index acd14648..72b82be8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/sensu/constants.rb b/lib/sensu/constants.rb index f479466e..01a59fcd 100644 --- a/lib/sensu/constants.rb +++ b/lib/sensu/constants.rb @@ -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 = {