Skip to content

Commit

Permalink
- Add ruby 2.7.1 to travis
Browse files Browse the repository at this point in the history
- update change log
- bump to 3.1.0
  • Loading branch information
tyrauber committed Aug 3, 2020
1 parent 28b9fd5 commit f6c1ce1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sudo: false
language: ruby
rvm:
- 2.7.1
- 2.6.5
- 2.5.7
- 2.4.9
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 3.1.0 - 2020-8-03

### Changes

- #81 Fix warnings with ruby 2.7
- #83 Allow string type mail.to
- #84 Content-ID values to fix inline attachments

## 3.0.2 - 2020-4-20

### Changes
Expand Down
2 changes: 1 addition & 1 deletion lib/sendgrid_actionmailer/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SendGridActionMailer
VERSION = '3.0.2'.freeze
VERSION = '3.1.0'.freeze
end

0 comments on commit f6c1ce1

Please sign in to comment.