Skip to content

Commit

Permalink
Releasing 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nat Budin committed Dec 18, 2015
1 parent caf7a77 commit d6f0272
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog for devise\_cas\_authenticatable

## Version 1.7.0 - December 18, 2015

* Support RedisSessionStore (thanks @dandyn!)
* Suppress warnings about `Devise.secret_key` not being set in production mode (thanks @joraff!)

## Version 1.6.1 - December 18, 2015

* Allow single sign-out code to find the app's session store when NewRelic is in the middleware stack (thanks @brendancarney!)
Expand Down
2 changes: 1 addition & 1 deletion devise_cas_authenticatable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{devise_cas_authenticatable}
s.version = "1.6.1"
s.version = "1.7.0"

s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["Nat Budin", "Jeremy Haile"]
Expand Down

0 comments on commit d6f0272

Please sign in to comment.