From 02cb6d8d75978170f499cb62c77a9f0f49c27da7 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 31 Jul 2020 22:01:08 +0300 Subject: [PATCH] v11.11.6 --- .versionbot/CHANGELOG.yml | 17 +++++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 25 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 2a74e700..c3a1a1e1 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,20 @@ +- commits: + - subject: >- + Fixes documentation - ping doesn't need apiKey and minor documentation + formatting changes. + hash: 82dda7d852773a58ddbdc4a614ef3a3b7ff15462 + body: '' + footer: + Change-Type: patch + change-type: patch + Signed-off-by: Nitish Agarwal <1592163+nitishagar@users.noreply.github.com> + signed-off-by: Nitish Agarwal <1592163+nitishagar@users.noreply.github.com> + Co-authored-by: xginn8 + co-authored-by: xginn8 + author: Nitish Agarwal + nested: [] + version: 11.11.6 + date: 2020-07-31T18:10:27.470Z - commits: - subject: 'Fixes #1299 v1 start/stop endpoint issue with service access.' hash: 11cac2dd696dc267758351be131c3db8eae4470e diff --git a/CHANGELOG.md b/CHANGELOG.md index 829b61c3..8cdc209c 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.11.6 +## (2020-07-31) + +* Fixes documentation - ping doesn't need apiKey and minor documentation formatting changes. [Nitish Agarwal] + # v11.11.5 ## (2020-07-31) diff --git a/VERSION b/VERSION index d683473a..12c5b14d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -11.11.5 \ No newline at end of file +11.11.6 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 45e3ae4d..0a42a572 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "11.11.5", + "version": "11.11.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2613478b..09ad9d17 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.11.5", + "version": "11.11.6", "license": "Apache-2.0", "repository": { "type": "git",