diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index e735fb15..86d4c871 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,24 @@ +- commits: + - subject: 'docs: Standardise naming and json in api documentation' + hash: d9bc26bd83b12f15bf099359e5425f4d956247a0 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + - subject: 'docs: Add documentation for v2/state/status endpoint' + hash: 4a17f704ab86b542a9140782ff5aa502ceac6cfd + body: '' + footer: + Change-type: minor + change-type: minor + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + version: 9.10.0 + date: 2019-03-11T16:41:00.776Z - commits: - subject: 'codeowners: Add @CameronDiver, @pcarranzav and @Page-' hash: 68a28955ad1b5dc40b8f23c8ed1b998e195bc36d diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f2dbba8..93b2cf65 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/). +## 9.10.0 - 2019-03-11 + +* Docs: Standardise naming and json in api documentation [Cameron Diver] +* Docs: Add documentation for v2/state/status endpoint [Cameron Diver] + ## 9.9.1 - 2019-03-08 * Codeowners: Add @CameronDiver, @pcarranzav and @Page- [Heds Simons] diff --git a/package-lock.json b/package-lock.json index 9790060b..2d16b988 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "9.9.1", + "version": "9.10.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 76feac82..6637fe9f 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.9.1", + "version": "9.10.0", "license": "Apache-2.0", "repository": { "type": "git",