File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44This CHANGELOG follows the format listed at [ Keep A Changelog] ( http://keepachangelog.com/ )
55
66## [ Unreleased]
7+
8+ ## [ 8.0.0] - 2017-08-20
79### Breaking Changes
8- - check-beanstalk-elb-metric.rb and check-cloudwatch-metric.rb: ` --opertor ` flag was a typo, please use ` --operator ` now.
10+ - check-beanstalk-elb-metric.rb and check-cloudwatch-metric.rb: ` --opertor ` flag was a typo, please use ` --operator ` now. ( @ guikcd )
911
1012## [ 7.1.0] - 2017-08-14
1113### Added
@@ -350,7 +352,8 @@ WARNING: This release contains major breaking changes that will impact all user
350352### Added
351353- initial release
352354
353- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-aws/compare/7.1.0...HEAD
355+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-aws/compare/8.0.0...HEAD
356+ [ 8.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-aws/compare/7.1.0...8.0.0
354357[ 7.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-aws/compare/7.0.1...7.1.0
355358[ 7.0.1 ] : https://github.com/sensu-plugins/sensu-plugins-aws/compare/7.0.0...7.0.1
356359[ 7.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-aws/compare/6.3.0...7.0.0
Original file line number Diff line number Diff line change 11module SensuPluginsAWS
22 module Version
3- MAJOR = 7
4- MINOR = 1
3+ MAJOR = 8
4+ MINOR = 0
55 PATCH = 0
66 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
77 end
You can’t perform that action at this time.
0 commit comments