diff --git a/CHANGELOG.md b/CHANGELOG.md index 84e1e22e..de62b26f 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.14.3 - 2019-03-04 + +* Minor doc updates (add DEBUG hint) [Paulo Castro] + ## 9.14.2 - 2019-03-01 * Bump resin-multibuild version to fix docker-compose 'context' issue [Paulo Castro] diff --git a/package.json b/package.json index 928179e7..bf125248 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "9.14.2", + "version": "9.14.3", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",