Skip to content

Commit

Permalink
prep for 10.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Jan 20, 2018
1 parent cf6ed95 commit e1c2bf0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ 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]

## [10.2.0] - 2018-01-20
### Added
- `check-s3-bucket-visiblity.rb` - checks an S3 bucket for existence of a website configuration or bucket policy containing `Get*`,
`List*` or `*` statements. (@rhussmann)
Expand Down Expand Up @@ -425,7 +427,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/10.1.1...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/10.2.0...HEAD
[10.2.0]:https://github.com/sensu-plugins/sensu-plugins-aws/compare/10.1.2...10.2.0
[10.1.2]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/10.1.1...10.1.2
[10.1.1]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/10.1.0...10.1.1
[10.1.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/10.1.0...10.0.3
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 = 10
MINOR = 1
PATCH = 2
MINOR = 2
PATCH = 0
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
end

0 comments on commit e1c2bf0

Please sign in to comment.