From 3d89b0c7a13855a771753bf67a9aef17a034d7ba Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 16 Sep 2019 21:59:27 +0300 Subject: [PATCH] v11.11.0 --- .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 7016962c..4ae1a797 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Support `balena join` to applications of compatible architectures + hash: 87004621cea1dcf56dd34043ccc8f92e2dc98671 + body: '' + footer: + Resolves: '#1431' + resolves: '#1431' + Change-type: minor + change-type: minor + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + version: 11.11.0 + date: 2019-09-16T18:33:27.871Z - commits: - subject: Support moving devices to applications of a compatible architecture hash: a64b36fdb9550b4d3e245d4791ef74c2b9491aac diff --git a/CHANGELOG.md b/CHANGELOG.md index 12083948..5cc2ce6d 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.11.0 - 2019-09-16 + +* Support `balena join` to applications of compatible architectures [Thodoris Greasidis] + ## 11.10.0 - 2019-09-16 * Support moving devices to applications of a compatible architecture [Thodoris Greasidis] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 5c531a41..72c20a3b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.10.0", + "version": "11.11.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 63eb8884..30dff94d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.10.0", + "version": "11.11.0", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",