From 65250e431efa9252387f26fbea259cd97a7ba041 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 13 Dec 2019 11:01:49 +0200 Subject: [PATCH] v11.20.1 --- .versionbot/CHANGELOG.yml | 14 ++++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 19054456..5c2cab7d 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Fix issues with devices associated with inaccessible applications. + hash: 33552724a1b594ccb81372ea50cea4e9e673dff4 + body: '' + footer: + Change-type: patch + change-type: patch + Resolves: '#1530' + resolves: '#1530' + Signed-off-by: Scott Lowe + signed-off-by: Scott Lowe + author: Scott Lowe + version: 11.20.1 + date: 2019-12-13T08:38:33.356Z - commits: - subject: Add multicontainer (microservices) support for 'balena env rename' hash: 7fd436cd91e215e134f32551552c6baf25055829 diff --git a/CHANGELOG.md b/CHANGELOG.md index ce9dd2b1..fa422576 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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/). +## 11.20.1 - 2019-12-13 + +* Fix issues with devices associated with inaccessible applications. [Scott Lowe] + ## 11.20.0 - 2019-12-12 * Add multicontainer (microservices) support for 'balena env rename' [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index cda5bafc..8d4ef07d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.20.0", + "version": "11.20.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4672b4de..f6202c42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.20.0", + "version": "11.20.1", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",