diff --git a/CHANGELOG.md b/CHANGELOG.md index aac16816..d5f6f8b8 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.0.0-rc.5 - 2017-05-02 + +### Fixes + +- Fix various elevation issues on Windows +- Treat unknown images as octet stream +- Fix uncaught errors when cancelling elevation requests on Windows when the system's language is not English. + ## v1.0.0-rc.4 - 2017-04-22 ### Fixes diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 612d2a30..09b38fdc 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "etcher", - "version": "1.0.0-rc.4", + "version": "1.0.0-rc.5", "dependencies": { "abbrev": { "version": "1.1.0", diff --git a/package.json b/package.json index 40b97e0e..e162d0dc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "etcher", "displayName": "Etcher", - "version": "1.0.0-rc.4", + "version": "1.0.0-rc.5", "updates": { "semverRange": "<2.0.0" }, @@ -59,7 +59,7 @@ "builder": { "win": { "title": "Etcher", - "version": "v1.0.0-rc.4", + "version": "v1.0.0-rc.5", "publisher": "Resin.io", "icon": "assets/icon.ico", "verbosity": 1 diff --git a/screenshot.png b/screenshot.png index 78fa7aac..91511cdf 100644 Binary files a/screenshot.png and b/screenshot.png differ