diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index fe2d506b3..b4a3b6d7e 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Respect an initialDeviceName field in the config.json + hash: b5918f0d84cea641c7ab9aae58aff99454d10253 + body: '' + footer: + Closes: '#909' + closes: '#909' + Change-type: minor + change-type: minor + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + version: 11.7.0 + date: 2020-06-10T12:30:37.459Z - commits: - subject: Make images module a singleton hash: 2b3dc2fbcef63ae2024fe5fe41f30b0d56357943 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d51f0e74..16c68c55a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +# v11.7.0 +## (2020-06-10) + +* Respect an initialDeviceName field in the config.json [Cameron Diver] + # v11.6.6 ## (2020-06-10) diff --git a/VERSION b/VERSION index 7c0c03b55..ff49f4efc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -11.6.6 \ No newline at end of file +11.7.0 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index e8648ab8f..e0321a86c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "11.6.6", + "version": "11.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 62352ef5b..698a98c78 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-supervisor", "description": "This is balena's Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as the balena API informs it to.", - "version": "11.6.6", + "version": "11.7.0", "license": "Apache-2.0", "repository": { "type": "git",