From d9c3332cb24b5b28f95d3c4b12d4bc6d23fd5cea Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 2 May 2019 16:19:15 +0300 Subject: [PATCH] v10.9.4 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 792fbaa8..95580dd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.4 - 2019-05-02 + +* Improve livepush UX [Cameron Diver] +* Improve logging for detached mode + livepush [Cameron Diver] + ## 10.9.3 - 2019-05-02 * Actions/auth: fix mixed indentation error [Gergely Imreh] diff --git a/package.json b/package.json index 6ba73980..297cd60c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "10.9.3", + "version": "10.9.4", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",