diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 6e21f603..f2989686 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Wrap services.getAll in a bluebird promise + hash: ef7d993db6a92964809ea779bf63a5fc68f880ca + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + version: 9.6.3 + date: 2019-01-31T10:12:57.322Z - commits: - subject: 'fix: Properly bind context to healthchecks' hash: 6a9ca2a60df0b4eafc42cbac86d3161651eee68b diff --git a/CHANGELOG.md b/CHANGELOG.md index cd0737c9..8c3d32f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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/). +## 9.6.3 - 2019-01-31 + +* Wrap services.getAll in a bluebird promise [Cameron Diver] + ## 9.6.2 - 2019-01-29 * Fix: Properly bind context to healthchecks [Cameron Diver] diff --git a/package.json b/package.json index e3220ee2..4e15e555 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": "9.6.2", + "version": "9.6.3", "license": "Apache-2.0", "repository": { "type": "git",