Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit b6c5de9

Browse files
committed
griddler-sendgrid v1.2.0
1 parent e758daf commit b6c5de9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## HEAD (unreleased)
22

3+
## 1.2.0
4+
5+
- Rescue `Mail::AddressList` parse errors ([#34](https://github.com/thoughtbot/griddler-sendgrid/pull/34))
6+
- Update SendGrid API links ([#32](https://github.com/thoughtbot/griddler-sendgrid/pull/32) and [#33](https://github.com/thoughtbot/griddler-sendgrid/pull/33))
7+
38
## 1.1.0
49
* Expose charsets as Hash in normalized params ([#29](https://github.com/thoughtbot/griddler-sendgrid/pull/29/))
510
* Add support for Sendgrid spam check ([#30](https://github.com/thoughtbot/griddler-sendgrid/pull/30))

lib/griddler/sendgrid/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Griddler
22
module Sendgrid
3-
VERSION = "1.1.0"
3+
VERSION = "1.2.0"
44
end
55
end

0 commit comments

Comments
 (0)