diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e434407..c18e1829 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/). +## 10.13.5 - 2019-05-21 + +* Rename `preload --commit latest` to `preload --commit current` [Alexis Svinartchouk] +* Update balena-preload to 8.1.4 [Alexis Svinartchouk] + ## 10.13.4 - 2019-05-20 * Fix TypeError when running 'balena apps' [Paulo Castro] diff --git a/package.json b/package.json index ea92f6df..30ec8c20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "10.13.4", + "version": "10.13.5", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",