diff --git a/CHANGELOG.md b/CHANGELOG.md index d6e91d08..3b2a3835 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/). +## 11.0.7 - 2019-06-07 + +* Fix "catch-uncommitted" build failure (npm run prettify) [Paulo Castro] +* Update tunnel documentation after argument changes [Cameron Diver] + ## 11.0.6 - 2019-06-06 * Fix: Add single code path to get full, online-only device UUIDs [Rich Bayliss] diff --git a/package.json b/package.json index 001d4052..c0f4fa4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.0.6", + "version": "11.0.7", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",