Skip to content

Commit

Permalink
Bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
derekprior committed Mar 3, 2014
1 parent e756ad6 commit 1e27ada
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.1.0)
clearance (1.2.0)
bcrypt
email_validator (~> 1.4)
rails (>= 3.1)
Expand Down
5 changes: 4 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Thank you to all the [contributors](https://github.com/thoughtbot/clearance/graphs/contributors)!

New on Master:
New for 1.2.0 (February 28, 2014):
* Support for Rails 4.1.0.rc1
* `clearance/testing` is now deprecated. Require `clearance/rspec` or
`clearance/test_unit` as appropriate.
* Sign in failure message is now customized exclusively via I18n.
`SessionsController#flash_failure_after_create` is no longer called. To
customize the message, change the
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.1.0'
VERSION = '1.2.0'
end

1 comment on commit 1e27ada

@geoffharcourt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Thanks for launching 1.0.1!

Please sign in to comment.