We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1.7.1
1 parent ade6d2e commit bd43996Copy full SHA for bd43996
CHANGELOG.md
@@ -1,6 +1,10 @@
1
+# 1.7.1
2
+
3
+* Added support for Rails 5.2.
4
5
# 1.7.0
6
-* Added support for Rails 5.1+.
7
+* Added support for Rails 5.1.
8
9
# 1.6.0
10
Gemfile.lock
@@ -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)
lib/mail_form/version.rb
@@ -1,3 +1,3 @@
module MailForm
- VERSION = "1.7.0".freeze
+ VERSION = "1.7.1".freeze
end
0 commit comments