Commit 72d2332 1 parent cd49c61 commit 72d2332 Copy full SHA for 72d2332
File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
This CHANGELOG follows the format listed [ here] ( https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md )
5
5
6
6
## [ Unreleased]
7
+
8
+ ## [ 11.3.1] - 2018-04-17
7
9
### Fixed
8
10
- check-rds-events.rb: fixed issues with queries because the assume local time, now we force UTC timezone (@nadarashwin ) (@majormoses )
9
11
@@ -457,7 +459,8 @@ WARNING: This release contains major breaking changes that will impact all user
457
459
### Added
458
460
- initial release
459
461
460
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-aws/compare/11.3.0...HEAD
462
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-aws/compare/11.3.1...HEAD
463
+ [ 11.3.1 ] : https://github.com/sensu-plugins/sensu-plugins-aws/compare/11.3.0...11.3.1
461
464
[ 11.3.0 ] : https://github.com/sensu-plugins/sensu-plugins-aws/compare/11.2.0...11.3.0
462
465
[ 11.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-aws/compare/11.1.0...11.2.0
463
466
[ 11.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-aws/compare/11.0.0...11.1.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module SensuPluginsAWS
2
2
module Version
3
3
MAJOR = 11
4
4
MINOR = 3
5
- PATCH = 0
5
+ PATCH = 1
6
6
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
7
7
end
8
8
end
You can’t perform that action at this time.
0 commit comments