Skip to content

Commit

Permalink
Releasing 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nat Budin committed Jul 23, 2015
1 parent bc9b850 commit 06ae9aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for devise\_cas\_authenticatable

## Version 1.4.1 - July 23, 2015

* Internal refactor to avoid conflicting with common route names, specifically logout_url (thanks to @eturino!)

## Version 1.4.0 - May 8, 2015

* Allow changing the CAS response field used as the unique key for finding users (thanks once again to @gmoore!)
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.4.0"
s.version = "1.4.1"

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 06ae9aa

Please sign in to comment.