Skip to content

Commit

Permalink
Release v0.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesterovskiy committed Nov 27, 2022
1 parent 9df709c commit 86c69d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

## [Unreleased]

# [0.11.5] - 2022-11-27

### Changed

- Support redis 5
- Actionpack more than or equal to 6

## [0.11.4] - 2022-01-29
### Fixed
- Use AbstractSecureStore for security fix
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.4'.freeze
VERSION = '0.11.5'.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 86c69d1

Please sign in to comment.