From 181afb34f8a6699f330b9f29a0590a816a9a4946 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 3 May 2019 15:32:30 +0300 Subject: [PATCH] v10.10.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95580dd0..45392ae2 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/). +## 10.10.0 - 2019-05-03 + +* Qemu: use v4.0.0-balena [Gergely Imreh] + ## 10.9.4 - 2019-05-02 * Improve livepush UX [Cameron Diver] diff --git a/package.json b/package.json index 297cd60c..3a5b0734 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "10.9.4", + "version": "10.10.0", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",