Skip to content

Commit

Permalink
Version 0.11.6 (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcphillips authored Nov 17, 2024
1 parent 6b4e319 commit eda8e91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

## [Unreleased]

# [0.11.6] - 2024-11-12
- Fix secure session using private_id
- Support Rails 8

# [0.11.5] - 2022-11-27

### Changed
Expand Down
2 changes: 1 addition & 1 deletion lib/redis-session-store.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Redis session storage for Rails, and for Rails only. Derived from
# the MemCacheStore code, simply dropping in Redis instead.
class RedisSessionStore < ActionDispatch::Session::AbstractSecureStore
VERSION = '0.11.5'.freeze
VERSION = '0.11.6'.freeze
# Rails 3.1 and beyond defines the constant elsewhere
unless defined?(ENV_SESSION_OPTIONS_KEY)
ENV_SESSION_OPTIONS_KEY = if Rack.release.split('.').first.to_i > 1
Expand Down

0 comments on commit eda8e91

Please sign in to comment.