We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b9fd5 commit f6c1ce1Copy full SHA for f6c1ce1
.travis.yml
@@ -1,6 +1,7 @@
1
sudo: false
2
language: ruby
3
rvm:
4
+ - 2.7.1
5
- 2.6.5
6
- 2.5.7
7
- 2.4.9
CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log
+## 3.1.0 - 2020-8-03
+
+### Changes
+- #81 Fix warnings with ruby 2.7
8
+- #83 Allow string type mail.to
9
+- #84 Content-ID values to fix inline attachments
10
11
## 3.0.2 - 2020-4-20
12
13
### Changes
lib/sendgrid_actionmailer/version.rb
@@ -1,3 +1,3 @@
module SendGridActionMailer
- VERSION = '3.0.2'.freeze
+ VERSION = '3.1.0'.freeze
end
0 commit comments