From d300b4ebdd37298e3e4ea56f8be8db7deb99ac4b Mon Sep 17 00:00:00 2001 From: ciaranj Date: Fri, 2 Mar 2012 21:38:14 +0000 Subject: [PATCH] Bumping to version 0.9.6 --- Readme.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index a59cbf6..4b08d23 100644 --- a/Readme.md +++ b/Readme.md @@ -10,6 +10,7 @@ Also provides rudimentary OAuth2 support, tested against facebook connect and gi Change History ============== +* 0.9.6 - Support for 302 redirects on OAuth2 (Thanks Patrick Negri). Some code tidying. ( Thanks to Raoul Millais ) * 0.9.5 - Allow usage of HTTP verbs other than GET for retrieving the access and request tokens (OAuth1) (Thanks to Raoul Millais) * 0.9.4 - Support for OAuth providers that drop connections (don't send response lengths? [Google]) And change OAuth2 getOAuthAccessToken to POST rather than GET ( Possible Breaking change!!! ... re-tested against Google, Github, Facebook, FourSquare and Janrain and seems ok .. is closer to the spec (v20) ) * 0.9.3 - Adds support for following 301 redirects (Thanks bdickason) @@ -37,3 +38,4 @@ Contributors * Mark Wubben - http://equalmedia.com/ * Ryan LeFevre - http://meltingice.net * Raoul Millais +* Patrick Negri - http://github.com/pnegri diff --git a/package.json b/package.json index d9fd031..6e2ea6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "oauth" , "description" : "Library for interacting with OAuth 1.0, 1.0A, 2 and Echo. Provides simplified client access and allows for construction of more complex apis and OAuth providers." -, "version" : "0.9.5" +, "version" : "0.9.6" , "directories" : { "lib" : "./lib" } , "main" : "index.js" , "author" : "Ciaran Jessup "