Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
derekprior committed Dec 20, 2014
1 parent c3643fe commit 13cc61a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
clearance (1.5.1)
clearance (1.6.0)
bcrypt
email_validator (~> 1.4)
rails (>= 3.1)
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
@@ -1,5 +1,9 @@
Thank you to all the [contributors](https://github.com/thoughtbot/clearance/graphs/contributors)!

New for 1.6.0 (December 20, 2014)
* When using Rails 4.2, password reset emails are sent with the
ActiveJob-compatible `#deliver_later` method.

New for 1.5.1 (December 19, 2014)
* Blowfish password strategy fixed
* Specs generated with `rails generate clearance:specs` now work properly in
Expand Down
2 changes: 1 addition & 1 deletion lib/clearance/version.rb
@@ -1,3 +1,3 @@
module Clearance
VERSION = "1.5.1"
VERSION = "1.6.0"
end

0 comments on commit 13cc61a

Please sign in to comment.