Skip to content

Commit

Permalink
Update version to 3.83.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Aug 12, 2024
1 parent ee3d514 commit 913c4bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= master
= 3.83.0 (2024-08-12)

* Add assume_ssl plugin for making request ssl? method always return true (jeremyevans)

Expand Down
6 changes: 6 additions & 0 deletions doc/release_notes/3.83.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
= New Features

* An assume_ssl plugin has been added. This plugin is designed for
cases where the application is being fronted by an SSL-terminating
reverse proxy that does not set the X-Forwarded-Proto or similar
header to indicate it is forwarding an SSL request.
2 changes: 1 addition & 1 deletion lib/roda/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Roda
RodaMajorVersion = 3

# The minor version of Roda, updated for new feature releases of Roda.
RodaMinorVersion = 82
RodaMinorVersion = 83

# The patch version of Roda, updated only for bug fixes from the last
# feature release.
Expand Down

0 comments on commit 913c4bb

Please sign in to comment.