Release 4.0.0. version.

This commit is contained in:
Lucas Mazza 2016-04-18 11:52:49 -03:00
parent f38250245f
commit 940ca4f2b8
No known key found for this signature in database
GPG Key ID: C009F9A6BE4A44CB
3 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,7 @@
### Unreleased
### 4.0.0 - 2016-04-18
* bug fixes
* Fix the `extend_remember_period` configuration. When set to `false` it does
not update the cookie expiration anymore.(by @ulissesalmeida)

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
devise (4.0.0.rc2)
devise (4.0.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 5.1)
@ -138,7 +138,7 @@ GEM
rake (11.0.1)
rdoc (4.2.2)
json (~> 1.4)
responders (2.1.1)
responders (2.1.2)
railties (>= 4.2.0, < 5.1)
ruby-openid (2.7.0)
sprockets (3.5.2)

View File

@ -1,3 +1,3 @@
module Devise
VERSION = "4.0.0.rc2".freeze
VERSION = "4.0.0".freeze
end