Skip to content

Commit

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

New for 1.5.0 (October 17, 2014)
* Disable clearance routes by setting `config.routes = false`.
* Running `rails generate clearance:routes` will dump the default set of
routes to your application's routes file for modification.

New for 1.4.3 (October 3, 2014)
* Routing constraints act appropriately when session data is missing.

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.3'
VERSION = '1.5.0'
end

0 comments on commit eac5f29

Please sign in to comment.