diff --git a/CHANGELOG.md b/CHANGELOG.md index d7b83b28b0..c306b9d82a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +# v1.5.111 +## (2020-11-23) + +* Warn when the source drive has no partition table [Alexis Svinartchouk] +* Use a different icon when no source drive is available [Alexis Svinartchouk] +* Allow selecting a locked SD card as the source drive [Alexis Svinartchouk] +* Remove "Validate write on success" setting. Validation is always enabled, press the "skip" button to skip it. [Alexis Svinartchouk] +* Update electron to v9.3.3 [Alexis Svinartchouk] +* Update etcher-sdk to 5.1.1, use WASM ext2fs module [Alexis Svinartchouk] + # v1.5.110 ## (2020-11-04) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 93a265502c..5b33452898 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.5.110", + "version": "1.5.111", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -17509,4 +17509,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index c3fa68513e..5152182d76 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.5.110", + "version": "1.5.111", "packageType": "local", "main": "generated/etcher.js", "description": "Flash OS images to SD cards and USB drives, safely and easily.",