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