diff --git a/CHANGELOG.md b/CHANGELOG.md index 61a5edcde1..a24e1b1848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +# v1.5.87 +## (2020-05-12) + +* Update etcher-sdk to ^4.1.3 to fix issues with some bz2 files [Alexis Svinartchouk] + # v1.5.86 ## (2020-05-06) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index e8f07f8df6..8cf2786cac 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.5.86", + "version": "1.5.87", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -14474,4 +14474,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 35c3b823a5..8783de921e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.5.86", + "version": "1.5.87", "packageType": "local", "main": "generated/etcher.js", "description": "Flash OS images to SD cards and USB drives, safely and easily.",