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",