File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,13 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 0.3.1] - 2016-05-11
8
9
### Added
9
10
- handler-mailer.rb: add smtp_use_tls setting to support SMTPS in Amazon SES
10
11
12
+ ### Changed
13
+ - Upgrade to rubocop 0.40
14
+
11
15
## [ 0.3.0] - 2016-04-23
12
16
### Fixed
13
17
- Fix aws-ses gem dependency
@@ -64,7 +68,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
64
68
### Added
65
69
- initial release
66
70
67
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-mailer/compare/0.3.0...HEAD
71
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-mailer/compare/0.3.1...HEAD
72
+ [ 0.3.1 ] : https://github.com/sensu-plugins/sensu-plugins-mailer/compare/v0.3.0...0.3.1
68
73
[ 0.3.0 ] : https://github.com/sensu-plugins/sensu-plugins-mailer/compare/v0.2.0...0.3.0
69
74
[ 0.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-mailer/compare/v0.1.5...0.2.0
70
75
[ 0.1.5 ] : https://github.com/sensu-plugins/sensu-plugins-mailer/compare/0.1.4...v0.1.5
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module SensuPluginsMailer
2
2
module Version
3
3
MAJOR = 0
4
4
MINOR = 3
5
- PATCH = 0
5
+ PATCH = 1
6
6
7
7
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
8
8
end
You can’t perform that action at this time.
0 commit comments