Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Lazarev committed Aug 10, 2013
1 parent 428b762 commit 5d58a0b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GIT
PATH
remote: .
specs:
clearance (1.0.0)
clearance (1.0.1)
bcrypt-ruby
email_validator (~> 1.4)
rails (>= 3.1)
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Thank you to all the [contributors](https://github.com/thoughtbot/clearance/graphs/contributors)!

New for 1.0.1 (August 9, 2013):

* Fix an issue when trying to sign in with `nil`

New for 1.0.0 (August 1, 2013):

* Support Rails 4.
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.0.0'
VERSION = '1.0.1'
end

0 comments on commit 5d58a0b

Please sign in to comment.