diff --git a/Readme.md b/Readme.md index 613ffb5..ab5d1b2 100644 --- a/Readme.md +++ b/Readme.md @@ -77,6 +77,8 @@ describe('OAuth2',function(){ Change History ============== +* 0.9.13 + - OAuth2: Fixes the "createCredentials() is deprecated, use tls.createSecureContext instead" message. (thank you AJ ONeal) * 0.9.12 - OAuth1/2: Can now pass Buffer instance directly for PUTs+POSTs (thank you Evan Prodromou) - OAuth1: Improve interoperability with libraries that mess with the prototype. (thank you Jose Ignacio Andres) @@ -179,3 +181,4 @@ Contributors (In no particular order) * Jeffrey D. Van Alstine * Michael Garvin * Andreas Knecht +* AJ ONeal diff --git a/package.json b/package.json index 66485a8..f08d704 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.12" +, "version" : "0.9.13" , "directories" : { "lib" : "./lib" } , "main" : "index.js" , "author" : "Ciaran Jessup "