Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Vernacchia committed Aug 6, 2014
1 parent 315fe40 commit 0cfef18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ FuelAuthClient.getAccessToken( function( err, data ) {
* Doug Wilson - [twitter](https://twitter.com/blipsofadoug), [github](https://github.com/dougwilson)

## ChangeLog
* **0.5.0** - 2014-08-06
* updated request dependency version due to qs module security vulnerability
* **0.4.0** - 2014-08-06
* removed event emitter - *breaking*
* **0.3.0** - 2014-08-05
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fuel-auth",
"version": "0.4.0",
"version": "0.5.0",
"description": "Node Library for Authenticating with ExactTarget Fuel. Used for authenticating REST and SOAP APIs.",
"main": "./lib/fuel-auth.js",
"scripts": {
Expand Down

0 comments on commit 0cfef18

Please sign in to comment.