Skip to content

Commit

Permalink
chore: add CHANGELOG; bump to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Roguelazer committed Jan 9, 2023
1 parent d472166 commit 306c0e0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ChangeLog
=========

0.1.1
-----
- Testing release for Github Actions integration
- Bump various build dependencies (thanks dependabot)

0.1.0
-----
- Initial release
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.0)
rails_cloudflare_turnstile (0.1.1)
faraday (>= 1.0, < 3.0)
rails (>= 5.0, < 7.1)

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.0"
VERSION = "0.1.1"
end

0 comments on commit 306c0e0

Please sign in to comment.