From 5652c9932760af77eaeb80252a05b1f06f5a2217 Mon Sep 17 00:00:00 2001 From: Nat Budin Date: Mon, 27 Jul 2015 09:02:11 -0400 Subject: [PATCH] Releasing 1.5.0 --- CHANGELOG.md | 4 ++++ devise_cas_authenticatable.gemspec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07bab34..5cd46a2 100644 --- a/CHANGELOG.md +++ b/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!) diff --git a/devise_cas_authenticatable.gemspec b/devise_cas_authenticatable.gemspec index 45adbd6..63f5aea 100644 --- a/devise_cas_authenticatable.gemspec +++ b/devise_cas_authenticatable.gemspec @@ -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"]