Skip to content

Commit

Permalink
Update version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
norberteder committed Jan 12, 2016
1 parent 0f01521 commit e4bb1d1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@ API calls can either execute a callback or return a promise. To return a promise

## History

### 0.5.1

* added `renameList`
* added `addChecklistToCard`
* added `getChecklistsOnCard`
* added `addExistingChecklistToCard`
* added `updateChecklist`
* added `getOrgMembers`
* API methods now return the promise

### 0.5.0

* Support of promises
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": "trello",
"version": "0.5.0",
"version": "0.5.1",
"author": "Norbert Eder <[email protected]>",
"description": "This module provides an easy way to make requests to the Trello API.",
"contributors": [
Expand Down

0 comments on commit e4bb1d1

Please sign in to comment.