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.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Vernacchia committed Aug 19, 2014
1 parent 5d2466a commit 6788327
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Fuel Auth (for Node.js) [![Build Status](https://travis-ci.org/ExactTarget/Fuel-Node-Auth.svg)](https://travis-ci.org/ExactTarget/Fuel-Node-Auth)
=============

This library allows users to create authentication clients for ExactTarget APIs.
This library allows users to create authentication clients for ExactTarget APIs.

<!-- Use our [REST][1] and [SOAP][2] clients to interact with these APIs at a low-level. -->

Expand Down Expand Up @@ -120,6 +120,8 @@ FuelAuthClient.getAccessToken( function( err, data ) {
* Doug Wilson - [twitter](https://twitter.com/blipsofadoug), [github](https://github.com/dougwilson)

## ChangeLog
* **0.5.1** - 2014-08-19
* fixed Travis CI testing for 0.8 and 0.10
* **0.5.0** - 2014-08-06
* updated request dependency version due to qs module security vulnerability
* **0.4.0** - 2014-08-06
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.5.0",
"version": "0.5.1",
"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 6788327

Please sign in to comment.