From d23d837b8c33b00c6a2dec15a6673f54d644086d Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 27 May 2019 17:06:11 +0300 Subject: [PATCH] v10.15.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d787691..56410914 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.15.0 - 2019-05-27 + +* Add a much faster container replacement for livepush [Cameron Diver] +* Add a containerId request function to the device api module [Cameron Diver] + ## 10.14.0 - 2019-05-27 * Add the ability to specify an environment variable when pushing to local mode device [Cameron Diver] diff --git a/package.json b/package.json index 8460759b..7ab4de96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "10.14.0", + "version": "10.15.0", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",