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

Commit ae7188a

Browse files
committed
Griddler v1.3.1
1 parent 670389f commit ae7188a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

NEWS.md

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

3+
## 1.3.1
4+
35
* Allow access to email headers via an array ([#220](https://github.com/thoughtbot/griddler/issues/220))
46
* Fixes email address parsing when the email address may be blank ([#223](https://github.com/thoughtbot/griddler/issues/223))
57
* Add README link for SparkPost adapter ([#252](https://github.com/thoughtbot/griddler/issues/252))

lib/griddler/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Griddler
2-
VERSION = '1.3.0'
2+
VERSION = '1.3.1'
33
end

0 commit comments

Comments
 (0)