Skip to content

Commit

Permalink
Version 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn committed May 9, 2017
1 parent 7eaa01a commit 2600745
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Master (unreleased)

## Solidus Auth Devise v1.6.3 (2017-05-09)

* Add missing translations for already_authenticated
* Do not require core email validator
* Remove dependency on `json`, `multi_json`
* Remove unnecessary sass/coffeescript requires
* Fix warnings on Rails 5, support Rails 5.1
* Change deface dependency from `~> 1.0.0` to `~> 1.0`

## Solidus Auth Devise v1.6.2 (2016-11-18)

* Fix an issue where invalid addresses could be persisted after starting a
Expand Down
2 changes: 1 addition & 1 deletion solidus_auth_devise.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = "solidus_auth_devise"
s.version = "1.6.2"
s.version = "1.6.3"
s.summary = "Provides authentication and authorization services for use with Solidus by using Devise and CanCan."
s.description = s.summary

Expand Down

0 comments on commit 2600745

Please sign in to comment.