From 6d6afc514083d20111fe4142d678d413088a58ea Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Fri, 26 Apr 2019 19:02:14 +0300 Subject: [PATCH] v10.8.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcf54c37..4db3e2f7 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/). +## 10.8.1 - 2019-04-26 + +* Add better semantics for detached mode + live for push [Cameron Diver] + ## 10.8.0 - 2019-04-25 * Allow specifying a .local address for logs and push [Cameron Diver] diff --git a/package.json b/package.json index 4a7bf8db..db72e043 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "10.8.0", + "version": "10.8.1", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",