diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 9a4dffc4..7016962c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Support moving devices to applications of a compatible architecture + hash: a64b36fdb9550b4d3e245d4791ef74c2b9491aac + body: '' + footer: + Connects-to: '#1433' + connects-to: '#1433' + Change-type: minor + change-type: minor + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + version: 11.10.0 + date: 2019-09-16T16:19:25.093Z - commits: - subject: 'ci: add scrutinizer config' hash: 2e7f60666741d4970994bd76f9545acabf0b111d diff --git a/CHANGELOG.md b/CHANGELOG.md index 59e11543..12083948 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.10.0 - 2019-09-16 + +* Support moving devices to applications of a compatible architecture [Thodoris Greasidis] + ## 11.9.7 - 2019-09-13 * Ci: add scrutinizer config [Stevche Radevski] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index fbb5bd1d..5c531a41 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.9.7", + "version": "11.10.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f9fa7a33..63eb8884 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.9.7", + "version": "11.10.0", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",