File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
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+ ## [ 10.0.1] - 2017-11-18
79### Added
810- check-rds.rb: Add R4 instances (@enokawa )
911
@@ -396,7 +398,8 @@ WARNING: This release contains major breaking changes that will impact all user
396398### Added
397399- initial release
398400
399- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-aws/compare/10.0.0...HEAD
401+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-aws/compare/10.0.1...HEAD
402+ [ 10.0.1 ] : https://github.com/sensu-plugins/sensu-plugins-aws/compare/10.0.0...10.0.1
400403[ 10.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-aws/compare/9.0.1...10.0.0
401404[ 9.0.1 ] : https://github.com/sensu-plugins/sensu-plugins-aws/compare/9.0.0...9.0.1
402405[ 9.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-aws/compare/8.3.1...9.0.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module SensuPluginsAWS
22 module Version
33 MAJOR = 10
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