From 79e240f6309b00d3db51a94f2413aed51751afdc Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Fri, 29 Mar 2019 15:58:58 +0200 Subject: [PATCH] v9.15.6 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e313444..a05740be 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.6 - 2019-03-28 + +* Support nocache flag in push [Cameron Diver] + ## 9.15.5 - 2019-03-27 * Bump docker-progress (4.0.0) to improve `balena deploy` error handling. [Paulo Castro] diff --git a/package.json b/package.json index b1dd0c09..83c7a87f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "9.15.5", + "version": "9.15.6", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",