Skip to content

Commit 86c69d1

Browse files
committed
Release v0.11.5
1 parent 9df709c commit 86c69d1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
# [0.11.5] - 2022-11-27
8+
9+
### Changed
10+
11+
- Support redis 5
12+
- Actionpack more than or equal to 6
13+
714
## [0.11.4] - 2022-01-29
815
### Fixed
916
- Use AbstractSecureStore for security fix

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.4'.freeze
6+
VERSION = '0.11.5'.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)