diff --git a/CHANGELOG.md b/CHANGELOG.md index f33ff8b..ec1360a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## HEAD (unreleased) +## 1.2.0 + +- Rescue `Mail::AddressList` parse errors ([#34](https://github.com/thoughtbot/griddler-sendgrid/pull/34)) +- Update SendGrid API links ([#32](https://github.com/thoughtbot/griddler-sendgrid/pull/32) and [#33](https://github.com/thoughtbot/griddler-sendgrid/pull/33)) + ## 1.1.0 * Expose charsets as Hash in normalized params ([#29](https://github.com/thoughtbot/griddler-sendgrid/pull/29/)) * Add support for Sendgrid spam check ([#30](https://github.com/thoughtbot/griddler-sendgrid/pull/30)) diff --git a/lib/griddler/sendgrid/version.rb b/lib/griddler/sendgrid/version.rb index 2e63690..5a863a9 100644 --- a/lib/griddler/sendgrid/version.rb +++ b/lib/griddler/sendgrid/version.rb @@ -1,5 +1,5 @@ module Griddler module Sendgrid - VERSION = "1.1.0" + VERSION = "1.2.0" end end