From d265de82f38f9e0b318b5a6507a8b0d8dc1a0c27 Mon Sep 17 00:00:00 2001 From: ciaranj Date: Thu, 26 Aug 2010 22:32:33 +0100 Subject: [PATCH] Bumping version number --- Readme.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index a7bd846..7364b1d 100644 --- a/Readme.md +++ b/Readme.md @@ -9,6 +9,7 @@ at connect-auth (http://github.com/ciaranj/connect-auth) Change History ============== +* 0.8.1 - Added mechanism to get hold of a signed Node Request object, ready for attaching response listeners etc. (Perfect for streaming APIs) * 0.8.0 - Standardised method capitalisation, the old getOauthAccessToken is now getOAuthAccessToken (Breaking change to existing code) * 0.7.7 - Looks like non oauth_ parameters where appearing within the Authorization headers, which I believe to be inccorrect. * 0.7.6 - Added in oauth_verifier property to getAccessToken required for 1.0A diff --git a/package.json b/package.json index a1ea57c..ae64632 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "oauth" , "description" : "Library for interacting with OAuth 1.0, 1.0A and 2. Provides simplified client access and allows for construction of more complex apis and OAuth providers." -, "version" : "0.8.0" +, "version" : "0.8.1" , "directories" : { "lib" : "./lib" } , "main" : "main.js" , "author" : "Ciaran Jessup "