File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44This CHANGELOG follows the format listed [ here] ( https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md )
55
66## [ Unreleased]
7+
8+ ## [ 9.0.1] - 2017-10-17
79### Fixed
810- metrics-billing.rb: replace ` -s ` with ` -S ` for services definition to prevent conflict with scheme option (@boutetnico )
911
@@ -386,6 +388,7 @@ WARNING: This release contains major breaking changes that will impact all user
386388- initial release
387389
388390[ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-aws/compare/9.0.0...HEAD
391+ [ 9.0.1 ] : https://github.com/sensu-plugins/sensu-plugins-aws/compare/9.0.0...9.0.1
389392[ 9.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-aws/compare/8.3.1...9.0.0
390393[ 8.3.1 ] : https://github.com/sensu-plugins/sensu-plugins-aws/compare/8.3.0...8.3.1
391394[ 8.3.0 ] : https://github.com/sensu-plugins/sensu-plugins-aws/compare/8.2.0...8.3.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module SensuPluginsAWS
22 module Version
33 MAJOR = 9
44 MINOR = 0
5- PATCH = 0
5+ PATCH = 1
66 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
77 end
88end
You can’t perform that action at this time.
0 commit comments