diff --git a/CHANGELOG.md b/CHANGELOG.md index dd1df0f0e3..3c52b08f09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +# v1.5.98 +## (2020-06-10) + +* Use between 2 and 256MiB for buffering depending on the number of drives [Alexis Svinartchouk] +* Check that argument is an url or a regular file before opening [Alexis Svinartchouk] +* Update etcher-sdk to ^4.1.13 [Alexis Svinartchouk] + # v1.5.97 ## (2020-06-08) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index d817f6a645..41040f8f37 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.5.97", + "version": "1.5.98", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -15060,4 +15060,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index a62a862d3a..d249b2bcec 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.5.97", + "version": "1.5.98", "packageType": "local", "main": "generated/etcher.js", "description": "Flash OS images to SD cards and USB drives, safely and easily.",