diff --git a/CHANGELOG.md b/CHANGELOG.md index a1bc16e2..52f8ecc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## v1.4.9 - 2018-12-19 + +### Fixes + +- Fix update notifier error popping up on v1.4.1->1.4.8 + +### Misc + +- Added React component for the Flash Results button +- Added React component for the Flash Another button +- Restyle success screen and enlarge UI elements +- Use https for fetching sub modules +- Add `.wic` image extension as supported format + ## v1.4.8 - 2018-11-23 ### Features diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 4723f959..66a2112c 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.4.8", + "version": "1.4.9", "dependencies": { "@babel/runtime": { "version": "7.2.0", diff --git a/package.json b/package.json index 6e268b6a..5e788b04 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.4.8", + "version": "1.4.9", "packageType": "local", "updates": { "enabled": true, diff --git a/screenshot.png b/screenshot.png index 8ea1e024..ca8dc00d 100644 Binary files a/screenshot.png and b/screenshot.png differ