diff --git a/CHANGELOG.md b/CHANGELOG.md index 01d0eeb86..907ead336 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 7.1.2 + +A small patch release with an important bugfix that was asked by the community for a long time: + +* fix: parallelChunkUploads should respect parallelUploads. fix dropzone/dropzone#2030 (based on PR dropzone/dropzone#2249 by @labor4) + ## 7.1.1 A small patch release with an important bugfix that was asked by the community for a long time: diff --git a/package.json b/package.json index 3a5efc56b..ece0b10cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@deltablot/dropzone", - "version": "7.1.1", + "version": "7.1.2", "description": "Handles drag and drop of files for you.", "keywords": [ "dragndrop",