Skip to content

Commit

Permalink
chore: bump to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Roguelazer committed Feb 23, 2024
1 parent 4685700 commit d0de838
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,3 +1,8 @@
v1.2.1 - 2024-02-23
-------------------
- Update cloudflare trusted IP URL to include new required trailing slash
- Many dependabot bumps

v1.2.0 - 2023-06-05
-------------------
- Set `required_ruby_version` in the gemspec
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:
rack-cloudflare_middleware (1.2.0)
rack-cloudflare_middleware (1.2.1)
faraday (>= 1.0, < 3)
rack (>= 2, < 4)

Expand Down
2 changes: 1 addition & 1 deletion lib/rack/cloudflare_middleware/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Rack
module CloudflareMiddleware
VERSION = "1.2.0"
VERSION = "1.2.1"
end
end

0 comments on commit d0de838

Please sign in to comment.