From 8e0ed1897d74e45a0918689f6b0ffbc15d43b302 Mon Sep 17 00:00:00 2001 From: James Brown Date: Mon, 29 Apr 2024 12:10:34 -0700 Subject: [PATCH] chore: bump to v0.2.1 (#138) --- CHANGELOG.md | 4 ++++ Gemfile.lock | 2 +- lib/rails_cloudflare_turnstile/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bd1c53..b5ccf9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index c9d65b9..f5c3261 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/lib/rails_cloudflare_turnstile/version.rb b/lib/rails_cloudflare_turnstile/version.rb index e893ed9..0b42786 100644 --- a/lib/rails_cloudflare_turnstile/version.rb +++ b/lib/rails_cloudflare_turnstile/version.rb @@ -1,3 +1,3 @@ module RailsCloudflareTurnstile - VERSION = "0.2.0" + VERSION = "0.2.1" end