Bumping version to 0.8.0

This commit is contained in:
ciaranj 2010-08-16 22:53:56 +01:00
parent 3564e2e60b
commit 5ee443e9c3
2 changed files with 5 additions and 4 deletions

View File

@ -9,6 +9,7 @@ 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

View File

@ -1,5 +1,5 @@
{ "name" : "oauth"
, "version" : "0.7.7"
, "version" : "0.8.0"
, "directories" : { "lib" : "./lib" }
, "main" : "main.js"
, "author" : "Ciaran Jessup"