diff --git a/Readme.md b/Readme.md index 35433d0..8517b1e 100644 --- a/Readme.md +++ b/Readme.md @@ -16,6 +16,8 @@ Installation Change History ============== +* 0.9.10 + - OAuth2: Addresses 2 issues that came in with 0.9.9, #129 & #125 * 0.9.9 - OAuth1: Fix the mismatch between the output of querystring.stringify() and this._encodeData(). (thank you rolandboon) - OAuth2: Adds Authorization Header and supports extra headers by default ( thanks to Brian Park) diff --git a/package.json b/package.json index dcdcfd4..65f8628 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.9" +, "version" : "0.9.10" , "directories" : { "lib" : "./lib" } , "main" : "index.js" , "author" : "Ciaran Jessup "