diff --git a/README.md b/README.md index 4039b30..56aa891 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 diff --git a/package.json b/package.json index 0d1b98a..d50f027 100644 --- a/package.json +++ b/package.json @@ -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": {