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": {