From 5ae7457f454f2459eaa1f93362aca4ec0e2b81a6 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Thu, 28 Mar 2019 14:26:33 +0200 Subject: [PATCH] v9.15.5 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64f5ab3c..1e313444 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.15.5 - 2019-03-27 + +* Bump docker-progress (4.0.0) to improve `balena deploy` error handling. [Paulo Castro] + ## 9.15.4 - 2019-03-25 * Update resin-compose-parse to v2.0.4 [Pablo Carranza Velez] diff --git a/package.json b/package.json index 1a5e53e2..b1dd0c09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "9.15.4", + "version": "9.15.5", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",