From 5ee443e9c3923d24129f3d665eb86a7549e0416e Mon Sep 17 00:00:00 2001 From: ciaranj Date: Mon, 16 Aug 2010 22:53:56 +0100 Subject: [PATCH] Bumping version to 0.8.0 --- Readme.md | 5 +++-- package.json | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 2f9d117..a7bd846 100644 --- a/Readme.md +++ b/Readme.md @@ -8,7 +8,8 @@ Also provides rudimentary OAuth2 support, tested against facebook connect and gi at connect-auth (http://github.com/ciaranj/connect-auth) Change History -============== +============== +* 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 * 0.7.5 - Added in a main.js to simplify the require'ing of OAuth @@ -20,4 +21,4 @@ Change History Contributors ============ Ciaran Jessup - ciaranj@gmail.com -Mark Wubben - http://equalmedia.com/ \ No newline at end of file +Mark Wubben - http://equalmedia.com/ diff --git a/package.json b/package.json index 5d44047..9cf25d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "oauth" -, "version" : "0.7.7" +, "version" : "0.8.0" , "directories" : { "lib" : "./lib" } , "main" : "main.js" , "author" : "Ciaran Jessup" -} \ No newline at end of file +}