diff --git a/CHANGELOG.md b/CHANGELOG.md index ef16ffad..321bdf71 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/). +## v7.10.3 - 2018-09-19 + +* Include --emulated in the example resin build parameters [Tim Perry] + ## v7.10.2 - 2018-09-18 * Dependencies: Update resin-semver version to support Balena OS [Lucian Buzzo] diff --git a/package.json b/package.json index a8f14af3..e3e89490 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "7.10.2", + "version": "7.10.3", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",