From c0189238a7f7ccfdcf1e546b232d23ffd830d171 Mon Sep 17 00:00:00 2001 From: Vinod Chandru Date: Mon, 27 Nov 2017 19:42:12 -0800 Subject: [PATCH] Bumping version and updating changelog. --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7366824..2902bfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log -## TBD +## 1.0.4 + +* The upload endpoint now uses the v1 format and accepts `ReadStream` objects + as well as `Buffer` objects. + +## 1.0.3 * The response object is now returned in the callback. diff --git a/package.json b/package.json index dcc6606..7a08141 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kloudless", - "version": "1.0.3", + "version": "1.0.4", "author": "Kloudless ", "description": "Basic Node interface to the Kloudless API.", "repository": {