Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Updated CHANGELOG and version to 0.0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
niho committed Jan 23, 2012
1 parent 82d6f10 commit 273c3c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
@@ -1,3 +1,9 @@
*0.0.7*

* Added handling of access_token as query parameter in Auth::Middleware
* Add option for allowing unauthenticated access in Auth::Middleware
* Uses SecureRandom when possible

*0.0.6*

* Added a Rack middleware
Expand Down
2 changes: 1 addition & 1 deletion lib/auth/version.rb
@@ -1,3 +1,3 @@
module Auth
Version = VERSION = '0.0.6'
Version = VERSION = '0.0.7'
end

0 comments on commit 273c3c4

Please sign in to comment.