diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 52ad4542..daa968e1 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: >- + balena build/deploy: Update QEMU version to support newer balenalib + images + hash: 6d95c5bad5c4f6d8f0e2644048ceebe727aed613 + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + version: 11.31.26 + date: 2020-04-30T09:53:18.347Z - commits: - subject: Add support for global --debug flag hash: db247307db805e9be16f93836ba9290d27aa31d8 diff --git a/CHANGELOG.md b/CHANGELOG.md index ffc7d310..8b011289 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.31.26 - 2020-04-30 + +* balena build/deploy: Update QEMU version to support newer balenalib images [Paulo Castro] + ## 11.31.25 - 2020-04-30 * Add support for global --debug flag [Scott Lowe] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a0648304..090605d0 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.31.25", + "version": "11.31.26", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f091b3bc..e4d33c2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.31.25", + "version": "11.31.26", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",