Skip to content

Commit

Permalink
Prepare version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
derekprior committed Mar 6, 2014
1 parent cbe47c0 commit 9a5b1df
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
clearance (1.2.0)
clearance (1.2.1)
bcrypt
email_validator (~> 1.4)
rails (>= 3.1)
Expand Down Expand Up @@ -42,7 +42,7 @@ GEM
cucumber (>= 1.1.1)
rspec-expectations (>= 2.7.0)
atomic (1.1.14)
bcrypt (3.1.6)
bcrypt (3.1.7)
bourne (1.5.0)
mocha (>= 0.13.2, < 0.15)
builder (3.1.4)
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.2.1 (March 6, 2014):
* Query string is now included in the redirect URL when Clearance redirects to a
previously stored URL.

New for 1.2.0 (February 28, 2014):
* Support for Rails 4.1.0.rc1
* `clearance/testing` is now deprecated. Require `clearance/rspec` or
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.2.0'
VERSION = '1.2.1'
end

0 comments on commit 9a5b1df

Please sign in to comment.