diff --git a/CHANGELOG.md b/CHANGELOG.md index de62b26f..d5117c4d 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.4 - 2019-03-05 + +* Update resin-multibuild to pick up fixes [Cameron Diver] + ## 9.14.3 - 2019-03-04 * Minor doc updates (add DEBUG hint) [Paulo Castro] diff --git a/package.json b/package.json index 6d480842..c9a0b059 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "9.14.3", + "version": "9.14.4", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",