diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bc8d659..93aea00d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## v1.5.15 - 2019-03-20 + +### Misc + +- Show the correct logo on usbboot devices on Ubuntu + ## v1.5.14 - 2019-03-20 ### Misc diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 76e43252..01b6d4b5 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.5.14", + "version": "1.5.15", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 51548e0d..43679cf2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.5.14", + "version": "1.5.15", "packageType": "local", "updates": { "enabled": true,