diff --git a/CHANGELOG.md b/CHANGELOG.md index cae6dc7f..52b07719 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.9.0 - 2019-04-29 + +* Unify the CLI instructions between capitanodoc.ts and README.md, move the installation instructions to INSTALL.md, and update the markdown generation scripts. [Paulo Castro] + ## 10.8.2 - 2019-04-26 * Handle app names that look like a number (eg 1234) [Paulo Castro] diff --git a/package.json b/package.json index eed560c4..f266c723 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "10.8.2", + "version": "10.9.0", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",