diff --git a/CHANGELOG.md b/CHANGELOG.md index a507ea8b..57efb1b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +# v1.5.38 +## (2019-05-13) + +* Add mention to usbboot compatibility [Carlo Maria Curinga] + # v1.5.37 ## (2019-05-13) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8aa3678e..f805c43c 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.5.37", + "version": "1.5.38", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 62690827..0d622ceb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.5.37", + "version": "1.5.38", "packageType": "local", "updates": { "enabled": true,