Skip to content

Commit

Permalink
Release v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Jan 27, 2021
1 parent d5c393d commit ae10aae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 1.9.0

* Add support for Ruby 3.0, drop support for Ruby < 2.5.
* Add support for Rails 6.1, drop support for Rails < 5.2.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
mail_form (1.8.1)
mail_form (1.9.0)
actionmailer (>= 5.2)
activemodel (>= 5.2)

Expand Down
2 changes: 1 addition & 1 deletion lib/mail_form/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MailForm
VERSION = "1.8.1".freeze
VERSION = "1.9.0".freeze
end

0 comments on commit ae10aae

Please sign in to comment.