Skip to content

Commit

Permalink
Release v3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Aug 10, 2015
1 parent 703a0e0 commit d9939d1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### 3.5.2 - 2015-08-10

* enhancements
* Perform case insensitive basic authorization matching

* Big fixes

This comment has been minimized.

Copy link
@reedloden

reedloden Aug 10, 2015

Bug*

This comment has been minimized.

Copy link
@carlosantoniodasilva

carlosantoniodasilva Aug 10, 2015

Member

Fixed 52e35f6, thanks!

* Do not use digests for password confirmation token
* Fix infinite redirect in Rails 4.2 authenticated routes
* Autoload Devise::Encryptor to avoid errors on thread-safe mode

### 3.5.1 - 2015-05-24

Note: 3.5.0 has been yanked due to a regression
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
devise (3.5.1)
devise (3.5.2)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
Expand Down Expand Up @@ -180,4 +180,4 @@ DEPENDENCIES
webrat (= 0.7.3)

BUNDLED WITH
1.10.5
1.10.6
2 changes: 1 addition & 1 deletion lib/devise/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Devise
VERSION = "3.5.1".freeze
VERSION = "3.5.2".freeze
end

0 comments on commit d9939d1

Please sign in to comment.