Skip to content

Commit

Permalink
prep for 18.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Jan 29, 2020
1 parent 87d98da commit 8dfc8f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)

## [Unreleased]
## [18.5.0] - 2020-01-28
### Changed
- `check-trustedadvisor-service-limits.rb`: Trusted Advisor combined Service Limits check ID 'eW7HH0l7J9' scheduled to be disabled on Feb 15 2020. Updated the script to go through every Service Limits checks and look for not 'ok' status. Outcome is the same. (@swibowo)
- bumped version of `bundler` when installing to match travis, before installing dep ensure we have a required version of bundler for development (@majormoses)
Expand Down Expand Up @@ -598,7 +599,8 @@ WARNING: This release contains major breaking changes that will impact all user
### Added
- initial release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/18.4.2...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/18.5.0...HEAD
[18.5.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/18.4.2...18.5.0
[18.4.2]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/18.4.1...18.4.2
[18.4.1]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/18.4.0...18.4.1
[18.4.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/18.3.0...18.4.0
Expand Down
4 changes: 2 additions & 2 deletions lib/sensu-plugins-aws/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module SensuPluginsAWS
module Version
MAJOR = 18
MINOR = 4
PATCH = 2
MINOR = 5
PATCH = 0
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
end

0 comments on commit 8dfc8f5

Please sign in to comment.