Skip to content

Commit

Permalink
Releasing 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nat Budin committed Jul 27, 2015
1 parent ff45453 commit 5652c99
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.5.0 - July 27, 2015

* Generation of cas_action_url is now done by a customizable class, so you can use Rails routes to provide this (thanks to @eturino again!)

## Version 1.4.1 - July 23, 2015

* Internal refactor to avoid conflicting with common route names, specifically logout_url (thanks to @eturino!)
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.4.1"
s.version = "1.5.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 5652c99

Please sign in to comment.