From c79508157d0b273620d1d4d49a3bfd4b500acc53 Mon Sep 17 00:00:00 2001 From: Norbert Eder Date: Tue, 11 Dec 2018 12:05:57 +0100 Subject: [PATCH] Set version to 0.9.1 --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 161bd0f..dab058b 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,10 @@ Everything that is not available as a function can be requested by calling `make ## History +### 0.9.1 + +* Added trailing slash to /boards/ call + ### 0.9.0 * New function `getCardsOnBoardWithExtraParams` diff --git a/package.json b/package.json index 9242050..49c6d35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trello", - "version": "0.9.0", + "version": "0.9.1", "author": "Norbert Eder ", "description": "This module provides an easy way to make requests to the Trello API.", "contributors": [