We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 852d9b1 commit acfd83dCopy full SHA for acfd83d
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Unreleased
2
3
+
4
+# 1.10.0
5
6
* Add support for Rails 7.0 and Ruby 3.1/3.2 (no changes required)
7
* Add support for multiple files through a single attachment. [#76, #78]
8
* Remove test files from the gem package.
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- mail_form (1.9.0)
+ mail_form (1.10.0)
actionmailer (>= 5.2)
activemodel (>= 5.2)
lib/mail_form/version.rb
@@ -1,3 +1,3 @@
module MailForm
- VERSION = "1.9.0".freeze
+ VERSION = "1.10.0".freeze
end
0 commit comments