diff --git a/CHANGELOG.md b/CHANGELOG.md index 099f0d48..0cc486e3 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.4.3 - 2018-04-19 + +### Fixes + +- Fix blob handling for usbboot + ## v1.4.2 - 2018-04-18 ### Features diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 053db51d..32b20f59 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "etcher", - "version": "1.4.2", + "version": "1.4.3", "dependencies": { "@types/angular": { "version": "1.6.17", diff --git a/package.json b/package.json index 9a5b6f09..6e6ddf27 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "etcher", "displayName": "Etcher", - "version": "1.4.2", + "version": "1.4.3", "packageType": "local", "updates": { "enabled": true, diff --git a/screenshot.png b/screenshot.png index 70cb6f7e..c32426e0 100644 Binary files a/screenshot.png and b/screenshot.png differ