Skip to content

Commit

Permalink
Add 0.11.0 release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesterovskiy committed Aug 13, 2018
1 parent f553ffa commit 1297dcf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ Redis Session Store authors
- Nicolas Rodriguez
- Sergey Nebolsin
- Anton Kolodii
- Peter Karman
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

## [Unreleased]

## [0.11.0] - 2018-08-13
### Changed
- JRuby to jruby-9.2.0.0
- Travis Ruby support: 2.3.7, 2.4.4, 2.5.1

### Added
- :ttl configuration option

## [0.10.0] - 2018-04-14
### Changed
- JRuby to jruby-9.1.15.0
Expand Down Expand Up @@ -216,7 +224,10 @@
### Added
- first working version

[Unreleased]: https://github.com/roidrage/redis-session-store/compare/v0.9.1...HEAD
[Unreleased]: https://github.com/roidrage/redis-session-store/compare/v0.11.0...HEAD
[0.11.0]: https://github.com/roidrage/redis-session-store/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/roidrage/redis-session-store/compare/v0.9.2...v0.10.0
[0.9.2]: https://github.com/roidrage/redis-session-store/compare/v0.9.1...v0.9.2
[0.9.1]: https://github.com/roidrage/redis-session-store/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/roidrage/redis-session-store/compare/v0.8.1...v0.9.0
[0.8.1]: https://github.com/roidrage/redis-session-store/compare/v0.8.0...v0.8.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.10.0'.freeze
VERSION = '0.11.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 1297dcf

Please sign in to comment.