Skip to content

Commit

Permalink
Add release 0.10.0 version and changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesterovskiy committed Apr 14, 2018
1 parent bd8613b commit 7aa1df4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
3 changes: 3 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ Redis Session Store authors
- Todd Bealmear
- Aleksey Dashkevych
- Olle Jonsson
- Nicolas Rodriguez
- Sergey Nebolsin
- Anton Kolodii
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

## [Unreleased]

## [0.10.0] - 2018-04-14
### Changed
- JRuby to jruby-9.1.15.0
- Redis to '>= 3', '< 5'
- Actionpack to '>= 3', '< 6'
- Rake to 12

### Added
- with_indifferent_access if defined ActiveSupport

## [0.9.2] - 2017-10-31
### Changed
- Actionpack to 5.1
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::AbstractStore
VERSION = '0.9.2'.freeze
VERSION = '0.10.0'.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 7aa1df4

Please sign in to comment.