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

Commit

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

## ChangeLog
* **0.3.0** - 8/5/14
* **0.4.0** - 2014-08-06
* removed event emitter - *breaking*
* **0.3.0** - 2014-08-05
* getAccessToken API change - *breaking*
* **0.2.1** - 8/5/14
* **0.2.1** - 2014-08-05
* completed unit tests
* npm package update
* changing require name to `fuel-auth`
* added license
* readme update
* **0.2.0** - 6/25/14
* **0.2.0** - 2014-06-25
* refactored object constructor
* removed context from getAccessToken API
* docs/readme updates
* **0.1.1** - 6/23/14
* **0.1.1** - 2014-06-23
* readme updates
* **0.1.0** - 6/23/14
* **0.1.0** - 2014-06-23
* adding callbacks to getAccessToken API
* adding ability to pass extra request options to getAccessToken API
* adding ability to force token request from ExactTarget API
* adding check for expired token
* **0.0.1** - 6/22/14
* **0.0.1** - 2014-06-22
* added event emitter for delivery of data
* setup travis
* refactoring of unit tests
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.3.0",
"version": "0.4.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 1790e16

Please sign in to comment.