diff --git a/CHANGELOG.md b/CHANGELOG.md index 59236e75..39f1ff50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.1.0 - 2019-04-18 + +* Updated CLI installation notes on README.md and ran prettier [Paulo Castro] +* Add more information about the stantalone version [Daniel Andrade] + ## 10.0.1 - 2019-04-13 * Fix docs markdown (deprecation messages for 'local push' and 'sync') [Paulo Castro] diff --git a/package.json b/package.json index 7fd5bf62..c31f8bbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "10.0.1", + "version": "10.1.0", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",