From ca8478a8208e83ef7e95e6f5083dc2383446b9fb Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 21 Apr 2020 12:39:05 +0300 Subject: [PATCH] v11.1.6 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 1f01d2d7..611681a7 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Remove double printing of API status error + hash: f599799950c9182cf97ef40dd894feb25c833e67 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + version: 11.1.6 + date: 2020-04-21T08:57:07.074Z - commits: - subject: ⤴️ Upgrade migrations to work with knex hash: f79142482921bf925e8bbf879b04ea533b5e01cd diff --git a/CHANGELOG.md b/CHANGELOG.md index 85b79c90..9fa95035 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.1.6 +## (2020-04-21) + +* Remove double printing of API status error [Cameron Diver] + # v11.1.5 ## (2020-04-15) diff --git a/VERSION b/VERSION index 76222eb0..a8edd320 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -11.1.5 \ No newline at end of file +11.1.6 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index e5a01588..1d52257a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "11.1.5", + "version": "11.1.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5b73c04d..25107d81 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.1.5", + "version": "11.1.6", "license": "Apache-2.0", "repository": { "type": "git",