Skip to content

Commit f6c1ce1

Browse files
committed
- Add ruby 2.7.1 to travis
- update change log - bump to 3.1.0
1 parent 28b9fd5 commit f6c1ce1

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
sudo: false
22
language: ruby
33
rvm:
4+
- 2.7.1
45
- 2.6.5
56
- 2.5.7
67
- 2.4.9

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 3.1.0 - 2020-8-03
4+
5+
### Changes
6+
7+
- #81 Fix warnings with ruby 2.7
8+
- #83 Allow string type mail.to
9+
- #84 Content-ID values to fix inline attachments
10+
311
## 3.0.2 - 2020-4-20
412

513
### Changes

lib/sendgrid_actionmailer/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SendGridActionMailer
2-
VERSION = '3.0.2'.freeze
2+
VERSION = '3.1.0'.freeze
33
end

0 commit comments

Comments
 (0)