diff --git a/CHANGELOG.md b/CHANGELOG.md index 73200214..84e1e22e 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.2 - 2019-03-01 + +* Bump resin-multibuild version to fix docker-compose 'context' issue [Paulo Castro] + ## 9.14.1 - 2019-02-27 * Add registry-secrets help msg for build and deploy commands [Paulo Castro] diff --git a/package.json b/package.json index b997a81b..928179e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "9.14.1", + "version": "9.14.2", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",