Skip to content

Commit

Permalink
Releasing 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Nat Budin committed Jan 30, 2014
1 parent dc0be34 commit c4e4e04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog for devise\_cas\_authenticatable

## Version 1.3.5 - January 30, 2014

* Don't redirect to the (probably useless) Devise login page when the user is unauthorized - this is the CAS server's responsibility. (thanks to @kylejginavan)

## Version 1.3.4 - January 10, 2014

* Redirect to CAS logout URL when Warden receives the :inactive status, which should allow using active_for_authentication? (thanks to @bentoncreation)
Expand Down
2 changes: 1 addition & 1 deletion devise_cas_authenticatable.gemspec
Expand Up @@ -2,7 +2,7 @@

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

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 c4e4e04

Please sign in to comment.