From 1ac71ea5528324cf2cba8b9533949ee5c74d80e2 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 24 Sep 2020 18:25:14 +0300 Subject: [PATCH] v11.14.5 --- .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 7b1d2a2f..80f7fada 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: 'mixpanel: superisor_version -> supervisor_version' + hash: eebadebb53af68d9b63c948e59c1c78fb38302aa + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Matthew McGinn + signed-off-by: Matthew McGinn + author: Matthew McGinn + nested: [] + version: 11.14.5 + date: 2020-09-24T14:47:47.663Z - commits: - subject: 'api: Implement scoped Supervisor API keys' hash: c08de8701e49f417d2fc5849d237b9ed69b438e2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 88052b1b..81e39438 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.5 +## (2020-09-24) + +* mixpanel: superisor_version -> supervisor_version [Matthew McGinn] + # v11.14.4 ## (2020-09-18) diff --git a/VERSION b/VERSION index 87283e30..b269d912 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -11.14.4 \ No newline at end of file +11.14.5 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 908c3630..871421f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "11.14.4", + "version": "11.14.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1b45e015..fc62bdff 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.14.4", + "version": "11.14.5", "license": "Apache-2.0", "repository": { "type": "git",