Bumping version 0.7.4

This commit is contained in:
ciaranj 2010-06-23 19:59:59 +01:00
parent 6ad738d395
commit 6942f60797
3 changed files with 10 additions and 5 deletions

View File

@ -9,8 +9,8 @@ at express-auth (http://github.com/ciaranj/express-auth)
Change History
==============
0.7.3 - OAuth 2 now sends a Content-Length Http header to keep nginx happy :)
0.7.2 - Fixes some broken unit tests!
0.7.0 - Introduces support for HTTPS end points and callback URLS for OAuth 1.0A and Oauth 2 (Please be aware that this was a breaking change to the constructor arguments order)
* 0.7.4 - Minor change to add an error listener to the OAuth client (thanks troyk)
* 0.7.3 - OAuth 2 now sends a Content-Length Http header to keep nginx happy :)
* 0.7.2 - Fixes some broken unit tests!
* 0.7.0 - Introduces support for HTTPS end points and callback URLS for OAuth 1.0A and Oauth 2 (Please be aware that this was a breaking change to the constructor arguments order)

5
package.json Normal file
View File

@ -0,0 +1,5 @@
{ "name" : "oauth"
, "version" : "0.7.4"
, "directories" : { "lib" : "./lib" }
, "author" : "Ciaran Jessup"
}

View File

@ -1,4 +1,4 @@
---
name: oauth
description: An implementation of an OAuth client.
version: 0.7.3
version: 0.7.4