Skip to content

Commit

Permalink
chore: bump to v0.2.1 (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
Roguelazer authored Apr 29, 2024
1 parent d21aeab commit 8e0ed18
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
ChangeLog
=========

0.2.1
-----
- Add support for passing arbitary keyword arguments to the underlying `content_tag` from the `cloudflare_turnstile` helper

0.2.0
-----
- drop support for Ruby 2.7
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:
rails_cloudflare_turnstile (0.2.0)
rails_cloudflare_turnstile (0.2.1)
faraday (>= 1.0, < 3.0)
rails (>= 6.0, < 8)

Expand Down
2 changes: 1 addition & 1 deletion lib/rails_cloudflare_turnstile/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RailsCloudflareTurnstile
VERSION = "0.2.0"
VERSION = "0.2.1"
end

0 comments on commit 8e0ed18

Please sign in to comment.