diff --git a/CHANGELOG.md b/CHANGELOG.md index 8802daaa..8ce3ce0b 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.4.1 - 2018-12-14 + +* Fix deploy action on node 6 [Alexis Svinartchouk] + ## 9.4.0 - 2018-12-10 * Actions: Add resource tag operations [Thodoris Greasidis] diff --git a/package.json b/package.json index d394323c..f93c269e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "9.4.0", + "version": "9.4.1", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",