-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump to v1.1.0; add badges; add CHANGELOG (#7)
- Loading branch information
1 parent
54c827d
commit b0f13c2
Showing
4 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
v1.1.0 - 2023-03-31 | ||
------------------- | ||
- Expand requirements to allow using Rack 3.x | ||
- Add `trust_xff_if_private` kwarg to both middlewares | ||
- Add `on_fail_proc` to DenyOthers middleware | ||
- Bump various build-time dependencies | ||
|
||
v1.0.0 - 2023-03-31 | ||
------------------- | ||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,6 @@ | |
|
||
module Rack | ||
module CloudflareMiddleware | ||
VERSION = "1.0.0" | ||
VERSION = "1.1.0" | ||
end | ||
end |