From 74a896b3cda44166409468add9808ec357afb4b7 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Mon, 12 Nov 2018 17:17:16 +0100 Subject: [PATCH] v9.1.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c35457f0..831cb23a 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/). +## 9.1.1 - 2018-11-12 + +* Fix the architecture string used when downloading qemu versions [Cameron Diver] + ## 9.1.0 - 2018-11-07 * Update qemu to v3, and automatically use the correct architecture (arm/aarch64) [Edward Keeble] diff --git a/package.json b/package.json index 7c522180..ada63e47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "9.1.0", + "version": "9.1.1", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",