diff --git a/CHANGELOG.md b/CHANGELOG.md index ca6861e7..ac79e26f 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/). +## 11.3.3 - 2019-06-20 + +* Fix using an image more than once in a balena push [Cameron Diver] + ## 11.3.2 - 2019-06-20 * Remove the livepush initialisation double printed log [Cameron Diver] diff --git a/package.json b/package.json index 6bd7a7ac..755eb91f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.3.2", + "version": "11.3.3", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",