Skip to content

Commit

Permalink
v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
derekprior committed Sep 13, 2014
1 parent 663ae99 commit 4235346
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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.4.1)
clearance (1.4.2)
bcrypt
email_validator (~> 1.4)
rails (>= 3.1)
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Thank you to all the [contributors](https://github.com/thoughtbot/clearance/graphs/contributors)!

New for 1.4.2 (September 13, 2014)
* Eliminate deprecation message when using DenyAccess matcher with RSpec 3.

New for 1.4.1 (September 5, 2014)
* Prevent BCrypt strategy from raising an exception when `encypted_password`
is nil.
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.4.1'
VERSION = '1.4.2'
end

0 comments on commit 4235346

Please sign in to comment.