Skip to content

Commit

Permalink
bump version to 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Apr 6, 2012
1 parent 0453b57 commit 043d35f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: .
specs:
clearance (0.16.0)
clearance (0.16.1)
diesel (~> 0.1.5)
rails (>= 3.0)

Expand Down Expand Up @@ -95,7 +95,7 @@ GEM
json (1.6.6)
launchy (2.0.5)
addressable (~> 2.2.6)
mail (2.4.1)
mail (2.4.4)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
@@ -1,3 +1,8 @@
New for 0.16.1:

* Behave correctly when Rails whitelist attributes mass assignment protection is turned on
* Fix for Rails 3.2.x modifying the HTTP cookie headers in rack requests

New for 0.16.0:

* Blowfish password encryption strategy (Chris Dillon)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.0.12.gemfile.lock
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: /Users/mjankowski/Development/opensource/clearance
specs:
clearance (0.16.0)
clearance (0.16.1)
diesel (~> 0.1.5)
rails (>= 3.0)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.1.4.gemfile.lock
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: /Users/mjankowski/Development/opensource/clearance
specs:
clearance (0.16.0)
clearance (0.16.1)
diesel (~> 0.1.5)
rails (>= 3.0)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.2.3.gemfile.lock
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: /Users/mjankowski/Development/opensource/clearance
specs:
clearance (0.16.0)
clearance (0.16.1)
diesel (~> 0.1.5)
rails (>= 3.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/clearance/version.rb
@@ -1,3 +1,3 @@
module Clearance
VERSION = '0.16.0'
VERSION = '0.16.1'
end

0 comments on commit 043d35f

Please sign in to comment.