File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
55
66## [ Unreleased]
77
8+ ## [ 10.1.2] - 2018-01-13
89### Security
910- updated rubocop dependency to ` ~> 0.51.0 ` per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418 . (@majormoses )
1011
@@ -422,6 +423,7 @@ WARNING: This release contains major breaking changes that will impact all user
422423- initial release
423424
424425[ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-aws/compare/10.1.1...HEAD
426+ [ 10.1.2 ] : https://github.com/sensu-plugins/sensu-plugins-aws/compare/10.1.1...10.1.2
425427[ 10.1.1 ] : https://github.com/sensu-plugins/sensu-plugins-aws/compare/10.1.0...10.1.1
426428[ 10.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-aws/compare/10.1.0...10.0.3
427429[ 10.0.3 ] : https://github.com/sensu-plugins/sensu-plugins-aws/compare/10.0.2...10.0.3
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module SensuPluginsAWS
22 module Version
33 MAJOR = 10
44 MINOR = 1
5- PATCH = 1
5+ PATCH = 2
66 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
77 end
88end
You can’t perform that action at this time.
0 commit comments