Skip to content

Commit

Permalink
Prepare for version 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tegon committed Apr 13, 2018
1 parent ade6d2e commit bd43996
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# 1.7.1

* Added support for Rails 5.2.

# 1.7.0

* Added support for Rails 5.1+.
* Added support for Rails 5.1.

# 1.6.0

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.7.0)
mail_form (1.7.1)
actionmailer (>= 3.2, < 6)
activemodel (>= 3.2, < 6)

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.7.0".freeze
VERSION = "1.7.1".freeze
end

0 comments on commit bd43996

Please sign in to comment.