diff --git a/CHANGELOG.md b/CHANGELOG.md index 52f8ecc4..7b2dec10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## v1.5.0 - 2019-02-16 + +### Misc + +- Reworked flashing logic with etcher-sdk +- Upgrade to Electron v3. +- Upgrade to NPM 6.7.0 +- Fix incorrect drives list on Linux +- Changed “Drive Contains Image” to “Drive Mountpoint Contains Image” +- Removed etcher-cli + ## v1.4.9 - 2018-12-19 ### Fixes diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index dcddb7cd..4b0a094d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.4.9", + "version": "1.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 02eae8b1..2019366c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.4.9", + "version": "1.5.0", "packageType": "local", "updates": { "enabled": true, diff --git a/screenshot.png b/screenshot.png index ca8dc00d..11aee82f 100644 Binary files a/screenshot.png and b/screenshot.png differ