Skip to content

Commit

Permalink
chore: bump to v0.1.6 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
Roguelazer authored Oct 16, 2023
1 parent 87e3025 commit 985518a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
ChangeLog
=========

0.1.6
-----
- support Rails 7.1.x (#87, thanks @AliOsm)
- an endless number of dependency bumps (thanks @dependabot)

0.1.5
-----
- allow configuring async and defer options of turnstile scripts
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.1.5)
rails_cloudflare_turnstile (0.1.6)
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.1.5"
VERSION = "0.1.6"
end

0 comments on commit 985518a

Please sign in to comment.