Skip to content

Commit 5750ff5

Browse files
Release v1.11.0
1 parent f48cf53 commit 5750ff5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 1.11.0
22

33
* Add support for Ruby 3.3/3.4 and Rails 7.2/8.0/8.1. (no changes required)
44
* Drop support for Rails < 7 and Ruby < 2.7.

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.10.1)
4+
mail_form (1.11.0)
55
actionpack (>= 7.0)
66
activemodel (>= 7.0)
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.10.1".freeze
2+
VERSION = "1.11.0".freeze
33
end

0 commit comments

Comments
 (0)