Skip to content

Commit

Permalink
Bump to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
derekprior committed Mar 14, 2014
1 parent a919c59 commit 8cf1cd6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
clearance (1.2.1)
clearance (1.3.0)
bcrypt
email_validator (~> 1.4)
rails (>= 3.1)
Expand Down
8 changes: 4 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Thank you to all the [contributors](https://github.com/thoughtbot/clearance/graphs/contributors)!

New on MASTER
* Installing Clearance with an existing User model will now add remember tokens
to all user records.
New for 1.3.0 (March 14, 2014)
* Installing Clearance with an existing User model will now create a migration
that includes adding remember tokens to all existing user records.

New for 1.2.1 (March 6, 2014):
* Query string is now included in the redirect URL when Clearance redirects to a
Expand All @@ -23,7 +23,7 @@ New for 1.1.0 (November 21, 2013):

* Validate email with `EmailValidator` [strict mode][strict].
* The `cookie_expiration` configuration lambda can now be called with a
`cookies` parameter. allows the Clearance cookie expiration to be set
`cookies` parameter. Allows the Clearance cookie expiration to be set
according to the value of another cookie (such as `remember_me`).
* A `cookie_expiration` lambda that does not accept this `cookies`
parameter has been deprecated.
Expand Down
2 changes: 1 addition & 1 deletion lib/clearance/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Clearance
VERSION = '1.2.1'
VERSION = '1.3.0'
end

0 comments on commit 8cf1cd6

Please sign in to comment.