Skip to content

Commit 6ed3036

Browse files
committed
prep for 10.1.2 release
1 parent d75cac4 commit 6ed3036

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
55

66
## [Unreleased]
77

8+
## [10.1.2] - 2018-01-13
89
### Security
910
- updated rubocop dependency to `~> 0.51.0` per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418. (@majormoses)
1011

@@ -422,6 +423,7 @@ WARNING: This release contains major breaking changes that will impact all user
422423
- initial release
423424

424425
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/10.1.1...HEAD
426+
[10.1.2]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/10.1.1...10.1.2
425427
[10.1.1]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/10.1.0...10.1.1
426428
[10.1.0]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/10.1.0...10.0.3
427429
[10.0.3]: https://github.com/sensu-plugins/sensu-plugins-aws/compare/10.0.2...10.0.3

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 = 10
44
MINOR = 1
5-
PATCH = 1
5+
PATCH = 2
66
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
77
end
88
end

0 commit comments

Comments
 (0)