Skip to content

Commit

Permalink
v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
derekprior committed Jan 7, 2015
1 parent 3a12443 commit 70d963e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
clearance (1.6.0)
clearance (1.6.1)
bcrypt
email_validator (~> 1.4)
rails (>= 3.1)
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
@@ -1,5 +1,8 @@
Thank you to all the [contributors](https://github.com/thoughtbot/clearance/graphs/contributors)!

New for 1.6.1 (January 6, 2015)
* Secure cookies are no longer overwritten when the user visits a non-HTTPS URL.

New for 1.6.0 (December 20, 2014)
* When using Rails 4.2, password reset emails are sent with the
ActiveJob-compatible `#deliver_later` method.
Expand Down
2 changes: 1 addition & 1 deletion lib/clearance/version.rb
@@ -1,3 +1,3 @@
module Clearance
VERSION = "1.6.0"
VERSION = "1.6.1"
end

0 comments on commit 70d963e

Please sign in to comment.