diff --git a/CHANGELOG.md b/CHANGELOG.md index d3b8adcf..6e488247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## v1.1.1 - 2017-07-25 + +### Fixes + +- Prevent "percentage above 100%" errors on DMG images +- Fix Etcher not starting flashes in AppImages +- Fix most "Unmount failed" errors on macOS + ## v1.1.0 - 2017-07-20 ### Features diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index cbe892ae..bbd66922 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "etcher", - "version": "1.1.0", + "version": "1.1.1", "dependencies": { "@types/angular": { "version": "1.6.17", diff --git a/package.json b/package.json index 4e0b5502..517fff5b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "etcher", "displayName": "Etcher", - "version": "1.1.0", + "version": "1.1.1", "packageType": "local", "updates": { "enabled": true, diff --git a/screenshot.png b/screenshot.png index 945e18a3..9ca399c6 100644 Binary files a/screenshot.png and b/screenshot.png differ