Skip to content

Commit acfd83d

Browse files
Release v1.10.0
1 parent 852d9b1 commit acfd83d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Unreleased
22

3+
4+
# 1.10.0
5+
36
* Add support for Rails 7.0 and Ruby 3.1/3.2 (no changes required)
47
* Add support for multiple files through a single attachment. [#76, #78]
58
* Remove test files from the gem package.

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
mail_form (1.9.0)
4+
mail_form (1.10.0)
55
actionmailer (>= 5.2)
66
activemodel (>= 5.2)
77

lib/mail_form/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module MailForm
2-
VERSION = "1.9.0".freeze
2+
VERSION = "1.10.0".freeze
33
end

0 commit comments

Comments
 (0)