diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d9f61f0..d2fe8ff4 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.9.3 - 2019-01-13 + +* Lazy-load docker-toolbelt [Pagan Gazzard] + ## 9.9.2 - 2019-01-11 * Lazy-load etcher-sdk to speed up startup [Pagan Gazzard] diff --git a/package.json b/package.json index 9cd024c3..629744f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "9.9.2", + "version": "9.9.3", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",