diff --git a/Readme.md b/Readme.md index 5661221..d126d99 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.3 - Adds support for following 301 redirects (Thanks bdickason) * 0.9.2 - Correct content length calculated for non-ascii post bodies (Thanks selead) Allowed for configuration of the 'access token' name used when requesting protected resources (OAuth2) * 0.9.1 - Added support for automatically following 302 redirects (Thanks neyric) Added support for OAuth Echo (Thanks Ryan LeFevre). Improved handling of 2xx responses (Thanks Neil Mansilla). diff --git a/package.json b/package.json index 21b8965..31b4e94 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.2" +, "version" : "0.9.3" , "directories" : { "lib" : "./lib" } , "main" : "index.js" , "author" : "Ciaran Jessup "