Skip to content

Commit

Permalink
v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
derekprior committed Oct 3, 2014
1 parent 5321fb3 commit 931feaa
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.2)
clearance (1.4.3)
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.3 (October 3, 2014)
* Routing constraints act appropriately when session data is missing.

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

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.2'
VERSION = '1.4.3'
end

0 comments on commit 931feaa

Please sign in to comment.