Skip to content

Commit 6dbb17c

Browse files
committed
prep for 7.0.1 release
1 parent e212c97 commit 6dbb17c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
55

66
## [Unreleased]
77

8+
## [7.0.1] - 2017-08-12
89
### Fixed
910
- check-cloudwatch-metric.rb, check-cloudwatch-composite-metric.rb: fixed defaults to work (@majormoses)
1011
- check-cloudwatch-metric.rb: short option `-n` was conflicting with `no_data_ok` and `namespace` as `check-cloudwatch-composite-metric.rb` uses `-O` I opted for that for consistency (@majormoses)
@@ -343,7 +344,8 @@ WARNING: This release contains major breaking changes that will impact all user
343344
### Added
344345
- initial release
345346

346-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/7.0.0...HEAD
347+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/7.0.1...HEAD
348+
[7.0.1]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/7.0.0...7.0.1
347349
[7.0.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/6.3.0...7.0.0
348350
[6.3.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/6.2.0...6.3.0
349351
[6.2.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/6.1.1...6.2.0

lib/sensu-plugins-aws/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module SensuPluginsAWS
22
module Version
33
MAJOR = 7
44
MINOR = 0
5-
PATCH = 0
5+
PATCH = 1
66
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
77
end
88
end

0 commit comments

Comments
 (0)