Skip to content

Commit

Permalink
Bumping version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranj committed Aug 26, 2010
1 parent 3b94a77 commit d265de8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Readme.md
Expand Up @@ -9,6 +9,7 @@ at connect-auth (http://github.com/ciaranj/connect-auth)

Change History
==============
* 0.8.1 - Added mechanism to get hold of a signed Node Request object, ready for attaching response listeners etc. (Perfect for streaming APIs)
* 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
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{ "name" : "oauth"
, "description" : "Library for interacting with OAuth 1.0, 1.0A and 2. Provides simplified client access and allows for construction of more complex apis and OAuth providers."
, "version" : "0.8.0"
, "version" : "0.8.1"
, "directories" : { "lib" : "./lib" }
, "main" : "main.js"
, "author" : "Ciaran Jessup <ciaranj@gmail.com>"
Expand Down

0 comments on commit d265de8

Please sign in to comment.