diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 6ac93dda..6e230dbb 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,24 @@ +- commits: + - subject: Fix bug where a promise was not resolved in db-format + hash: 270f9f854add8db84fadc0a96e127a6035128aef + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + - subject: Convert deviceConfig module to a singleton + hash: 5337c0102cd9bdbaaa41812fb1b8c44796ae9898 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + version: 11.9.3 + date: 2020-07-08T11:07:16.427Z - commits: - subject: 'avahi: Control with HOST_DISCOVERABILITY' hash: 03ca0ee9add9872b5577833971b43682ae6cc427 diff --git a/CHANGELOG.md b/CHANGELOG.md index d7b0d144..52b80492 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.9.3 +## (2020-07-08) + +* Fix bug where a promise was not resolved in db-format [Cameron Diver] +* Convert deviceConfig module to a singleton [Cameron Diver] + # v11.9.2 ## (2020-07-06) diff --git a/VERSION b/VERSION index d29dd6a2..3a0fb41a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -11.9.2 \ No newline at end of file +11.9.3 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 7471ad7f..5c331854 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "11.9.2", + "version": "11.9.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5a575fb9..aef76dec 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.9.2", + "version": "11.9.3", "license": "Apache-2.0", "repository": { "type": "git",