From 13241bf6e7aaa2d29b3fc9937052f2d685afc087 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 3 Sep 2020 17:36:15 +0300 Subject: [PATCH] v11.14.0 --- .versionbot/CHANGELOG.yml | 13 +++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d45d4622..34769070 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Add device system information to state endpoint patch + hash: f305a333ba70e90d098decdf81c220bfcbeec899 + body: '' + footer: + Change-type: minor + change-type: minor + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + nested: [] + version: 11.14.0 + date: 2020-09-03T13:43:00.299Z - commits: - subject: added support for configuring ODMDATA hash: 662826d3495f551a5451395d0eb6660bfb65b599 diff --git a/CHANGELOG.md b/CHANGELOG.md index aa82bfc5..cf5e04e3 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.14.0 +## (2020-09-03) + +* Add device system information to state endpoint patch [Cameron Diver] + # v11.13.0 ## (2020-08-29) diff --git a/VERSION b/VERSION index f30af9b5..238aa3f2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -11.13.0 \ No newline at end of file +11.14.0 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index cfff3399..fbb8af9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "11.13.0", + "version": "11.14.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d5969e00..0c0ce1f1 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.13.0", + "version": "11.14.0", "license": "Apache-2.0", "repository": { "type": "git",