diff --git a/Readme.md b/Readme.md index bfbb805..968bfc2 100644 --- a/Readme.md +++ b/Readme.md @@ -78,6 +78,8 @@ describe('OAuth2',function(){ Change History ============== +* 0.10.0 + - OAuth2: No longer allows repeated callbacks 'on error' to propagate to calling code (googleapi often did this apparently) * 0.9.15 - OAuth2: Allow specification of agent * 0.9.14 @@ -188,3 +190,4 @@ Contributors (In no particular order) * Andreas Knecht * AJ ONeal * Philip Skinner - https://github.com/PhilipSkinner +* Tom Ciborski - https://ciborski.com/ diff --git a/package.json b/package.json index 9faf833..dcd15dd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "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.15", + "version": "0.10.0", "directories": { "lib": "./lib" },