From 911dfdd72f1962b3d7abef787eaba7a8510a9db4 Mon Sep 17 00:00:00 2001 From: Norbert Eder Date: Fri, 1 Jun 2018 13:49:14 +0200 Subject: [PATCH] Update readme, set version to 0.9.0 --- README.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a9807ca..161bd0f 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,12 @@ Everything that is not available as a function can be requested by calling `make ## History +### 0.9.0 + +* New function `getCardsOnBoardWithExtraParams` +* New function `getCardsOnListWithExtraParams` +* New function `addDueDateToCard` + ### 0.8.0 * Rename list fixed diff --git a/package.json b/package.json index 8b39323..07e16e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trello", - "version": "0.8.0", + "version": "0.9.0", "author": "Norbert Eder ", "description": "This module provides an easy way to make requests to the Trello API.", "contributors": [