#Change Log This project adheres to Semantic Versioning.
This CHANGELOG follows the format listed at Keep A Changelog
- handler-mailer.rb - revert the commit which makes email go to wrong addresses
1.0.0 - 2016-06-23
- fix timeout deprecation for ruby 2.3.0
- handler-mailer-mailgun.rb/handler-mailer-ses.rb: fix undefined local variable or method params error
- Support for Ruby 1.9.3; Added support for Ruby 2.3.0
- Update to Rubocop 0.40 and cleanup
0.3.1 - 2016-05-11
- handler-mailer.rb: add smtp_use_tls setting to support SMTPS in Amazon SES
- Upgrade to rubocop 0.40
0.3.0 - 2016-04-23
- Fix aws-ses gem dependency
- handler-mailer.rb: add ability to build mailing list from client subscriptions
0.2.0 - 2016-03-17
- Support for prefixing the email subject
- handler-mailer.rb: Fix content type selection
0.1.5 - 2016-02-04
- new certs
0.1.4 - 2016-02-04
- Testing
0.1.3 - 2016-02-04
- Testing
0.1.2 - 2015-12-30
- Load correct mailgun gem in mailgun handler
0.1.1 - 2015-11-25
- Fix check output
0.1.0 - 2015-11-17
- Ability to use custom ERB template for mail message
- Ability to specify a custom timeout interval for sending mail
- Content type option
- Add essential information to headers
- Use correct mailgun gem
- Correct password replacement
- Upgraded to rubocop 0.32.1
0.0.2 - 2015-07-14
- updated sensu-plugin gem to 1.2.0
- updated documentation links in the README and CONTRIBUTING
- puts deps in alpha order in the gemspec and rakefile
- initial release