Skip to content

Commit

Permalink
prep for 18.4.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Abrams <[email protected]>
  • Loading branch information
majormoses committed Aug 21, 2019
1 parent e4e6320 commit 0e64b23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins

## [Unreleased]


## [18.4.1] - 2019-08-21
### Security
- force newer version of nokogiri to address CVE-2019-5477 (@majormoses)

Expand Down Expand Up @@ -589,7 +591,8 @@ WARNING: This release contains major breaking changes that will impact all user
### Added
- initial release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/18.4.0...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/18.4.1...HEAD
[18.4.1]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/18.4.0...18.4.1
[18.4.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/18.3.0...18.4.0
[18.3.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/18.2.0...18.3.0
[18.2.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/18.1.0...18.2.0
Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-aws/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module SensuPluginsAWS
module Version
MAJOR = 18
MINOR = 4
PATCH = 0
PATCH = 1
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
end

0 comments on commit 0e64b23

Please sign in to comment.