Skip to content

Commit

Permalink
v5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Feb 5, 2021
1 parent 73202d6 commit 4904ced
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Next

## 5.7.0
* french locale
* drop ruby 2.3

## 5.6.0
* Allow multiple invisible recaptchas on a single page by setting custom selector

## 5.5.0
* add `recaptcha_reply` controller method for better debugging/inspection

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
recaptcha (5.6.0)
recaptcha (5.7.0)
json

GEM
Expand All @@ -20,7 +20,7 @@ GEM
i18n (1.6.0)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.2)
json (2.3.1)
json (2.5.1)
maxitest (3.1.0)
minitest (>= 5.0.0, < 5.12.0)
metaclass (0.0.4)
Expand Down
2 changes: 1 addition & 1 deletion lib/recaptcha/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Recaptcha
VERSION = '5.6.0'
VERSION = '5.7.0'
end

0 comments on commit 4904ced

Please sign in to comment.