From f481d5edaedeee6e8e39c80b1c81af8cf98b8811 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 25 Sep 2019 13:20:45 +0300 Subject: [PATCH] v11.12.0 --- .versionbot/CHANGELOG.yml | 16 ++++++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 22 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c9883525..d4b6a4d2 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,19 @@ +- commits: + - subject: Allow mixing armv7 & aarch64 devices in RPi 1 / zero apps + hash: f9d6a0ee72c33f159d43ecb0dcb51c2522fa213a + body: '' + footer: + Resolves: '#1448' + resolves: '#1448' + HQ: 'https://github.com/balena-io/balena/issues/1905' + hq: 'https://github.com/balena-io/balena/issues/1905' + Change-type: minor + change-type: minor + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + version: 11.12.0 + date: 2019-09-24T10:25:08.682Z - commits: - subject: Send all debug output to stderr hash: 7a865b2e151f54a0edf37c1884e362fc155214a3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b46e089..3cde95d5 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.12.0 - 2019-09-24 + +* Allow mixing armv7 & aarch64 devices in RPi 1 / zero apps [Thodoris Greasidis] + ## 11.11.3 - 2019-09-19 * Send all debug output to stderr [Cameron Diver] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index d47a9a27..2ac6e5c4 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.11.3", + "version": "11.12.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2f30e4f1..d87403c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.11.3", + "version": "11.12.0", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",