diff --git a/CHANGELOG.md b/CHANGELOG.md index 08bbc92e..4271350f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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.2.0 - 2019-04-23 + +* Update livepush documentation and required versions [Cameron Diver] +* Cleanup intermediate containers on exit of livepush [Cameron Diver] +* Livepush: Perform full rebuild on Dockerfile-like file change [Cameron Diver] +* Add livepush ability to balena push [Cameron Diver] +* Log: Add livepush logging functions [Cameron Diver] +* Add device status endpoint api function [Cameron Diver] + ## 10.1.1 - 2019-04-22 * Ensure not marking successful releases as canceled [Thodoris Greasidis] diff --git a/package.json b/package.json index 6aefa862..c042406c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "10.1.1", + "version": "10.2.0", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",