Skip to content

Commit eda8e91

Browse files
authored
Version 0.11.6 (#152)
1 parent 6b4e319 commit eda8e91

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
## [Unreleased]
66

7+
# [0.11.6] - 2024-11-12
8+
- Fix secure session using private_id
9+
- Support Rails 8
10+
711
# [0.11.5] - 2022-11-27
812

913
### Changed

lib/redis-session-store.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Redis session storage for Rails, and for Rails only. Derived from
44
# the MemCacheStore code, simply dropping in Redis instead.
55
class RedisSessionStore < ActionDispatch::Session::AbstractSecureStore
6-
VERSION = '0.11.5'.freeze
6+
VERSION = '0.11.6'.freeze
77
# Rails 3.1 and beyond defines the constant elsewhere
88
unless defined?(ENV_SESSION_OPTIONS_KEY)
99
ENV_SESSION_OPTIONS_KEY = if Rack.release.split('.').first.to_i > 1

0 commit comments

Comments
 (0)