Skip to content

Commit ae10aae

Browse files
Release v1.9.0
1 parent d5c393d commit ae10aae

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.9.0
22

33
* Add support for Ruby 3.0, drop support for Ruby < 2.5.
44
* Add support for Rails 6.1, drop support for Rails < 5.2.

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.8.1)
4+
mail_form (1.9.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.8.1".freeze
2+
VERSION = "1.9.0".freeze
33
end

0 commit comments

Comments
 (0)