From 0636a9969292d3c545df111c296361af47f6373b Mon Sep 17 00:00:00 2001 From: Kirill Shnurov Date: Fri, 19 Oct 2018 13:48:03 +0300 Subject: [PATCH] Release 1.3.6 --- CHANGELOG.md | 6 +++++- mandrill_dm.gemspec | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6ae5b2..07aede4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ +### 1.3.6 (2018-10-19) + +- [#63](https://github.com/spovich/mandrill_dm/pull/63) Adopt Mail::Field#unparsed_value public API, thanks @tensho + ### 1.3.5 (2017-12-30) -- [#55](https://github.com/spovich/mandrill_dm/pull/60) Add support for mail 2.7, thanks @tensho +- [#60](https://github.com/spovich/mandrill_dm/pull/60) Add support for mail 2.7, thanks @tensho ### 1.3.4 (2017-05-28) diff --git a/mandrill_dm.gemspec b/mandrill_dm.gemspec index 67242c1..fd6d966 100644 --- a/mandrill_dm.gemspec +++ b/mandrill_dm.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'mandrill_dm' - s.version = '1.3.5' - s.date = '2017-12-30' + s.version = '1.3.6' + s.date = '2018-10-19' s.summary = 'A basic Mandrill delivery method for Rails.' s.description = 'A basic Mandrill delivery method for Rails.' s.authors = ['Jonathan Berglund', 'John Dell', 'Kirill Shnurov']