diff --git a/CHANGELOG.md b/CHANGELOG.md index 0754dfab..77a066f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## v1.4.6 - 2018-10-28 + +### Fixes + +- Provide a Buffer to xxhash.Stream +- Fix 64 bit detection on arm +- Fix incorrect file constraint path +- Fix flash cancel button interaction + +### Misc + +- Add new balena.io logos +- Use Resin CI scripts to build Etcher +- Enable React lint rules +- Convert Progress Button to Rendition + ## v1.4.5 - 2018-10-11 ### Features diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 4df90f34..7ca0e64b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "etcher", - "version": "1.4.5", + "version": "1.4.6", "dependencies": { "@babel/runtime": { "version": "7.1.2", diff --git a/package.json b/package.json index dcf3de69..a94e2722 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "etcher", "private": true, "displayName": "Etcher", - "version": "1.4.5", + "version": "1.4.6", "packageType": "local", "updates": { "enabled": true, diff --git a/screenshot.png b/screenshot.png index a6ebaa1c..cc023f7a 100644 Binary files a/screenshot.png and b/screenshot.png differ