diff --git a/CHANGELOG.md b/CHANGELOG.md index f0cf5b3..b80bbae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins ## [Unreleased] +### Breaking Changes +- bumped dependency of `sensu-plugin` to 2.x you can read about it [here](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#v145---2017-03-07) (@majormoses) + ## [2.1.0] - 2018-11-01 ### Added - handler-mailer.rb: add subject_template feature. With this option to can change the default subject with a template. diff --git a/sensu-plugins-mailer.gemspec b/sensu-plugins-mailer.gemspec index 7f74a36..38deeb0 100644 --- a/sensu-plugins-mailer.gemspec +++ b/sensu-plugins-mailer.gemspec @@ -30,7 +30,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'aws-ses', '0.6.0' s.add_runtime_dependency 'mail', '2.6.3' s.add_runtime_dependency 'mailgun-ruby', '1.0.3' - s.add_runtime_dependency 'sensu-plugin', '~> 1.2' + s.add_runtime_dependency 'sensu-plugin', '~> 2.7' s.add_runtime_dependency 'erubis', '2.7.0' s.add_runtime_dependency 'ruby-ntlm', '0.0.3'