diff --git a/CHANGELOG.md b/CHANGELOG.md index da589fe5..39ed506b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## v1.5.8 - 2019-03-01 + +### Misc + +- Update ext2fs to 1.0.27 + ## v1.5.7 - 2019-03-01 ### Fixes diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 3e52c280..842b5a93 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.5.7", + "version": "1.5.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a5070c6e..2b93b762 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.5.7", + "version": "1.5.8", "packageType": "local", "updates": { "enabled": true,