Skip to content

Commit 44dfe50

Browse files
committed
prep for 17.2.0 release
1 parent 7eec81e commit 44dfe50

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
55

66
## [Unreleased]
77

8+
## [17.2.0] - 2019-04-02
89
### Added
9-
1010
- `check-rds-pending.rb`: adding option `--db-instance-identifier` to support checking only a single db instance for pending maintenance events, instead of all instances in a region. (@mattdoller)
1111

1212
## [17.1.0] - 2019-04-02
@@ -565,6 +565,7 @@ WARNING: This release contains major breaking changes that will impact all user
565565
- initial release
566566

567567
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/17.1.0...HEAD
568+
[17.2.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/17.1.0...17.2.0
568569
[17.1.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/17.0.0...17.1.0
569570
[17.0.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/16.2.0...17.0.0
570571
[16.2.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/16.1.0...16.2.0

lib/sensu-plugins-aws/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module SensuPluginsAWS
22
module Version
33
MAJOR = 17
4-
MINOR = 1
4+
MINOR = 2
55
PATCH = 0
66
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
77
end

0 commit comments

Comments
 (0)