From 3bb1676fba0d94ed54d141cf01412aaca3110a5a Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Mon, 18 Jul 2016 15:17:16 -0700 Subject: [PATCH] Version 1.5.0 --- CHANGELOG.md | 4 +++- solidus_auth_devise.gemspec | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 934ede0a..0b7b9c05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ -## Solidus Auth Devise v1.5.0 (master, unreleased) +## Solidus Auth Devise v1.6.0 (master, unreleased) + +## Solidus Auth Devise v1.5.0 (2016-07-18) * Add call to set_current_order on sign in. This replaces a before filter that is being eliminated from Solidus controllers where set_current_order was diff --git a/solidus_auth_devise.gemspec b/solidus_auth_devise.gemspec index 6fa25053..3a7e248e 100644 --- a/solidus_auth_devise.gemspec +++ b/solidus_auth_devise.gemspec @@ -3,7 +3,7 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.name = "solidus_auth_devise" - s.version = "1.4.0" + s.version = "1.5.0" s.summary = "Provides authentication and authorization services for use with Solidus by using Devise and CanCan." s.description = s.summary