diff --git a/CHANGELOG.md b/CHANGELOG.md index bab5a0bc..f1a1fec3 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.9.0 - 2018-08-09 + +* Support emulated and nocache options for remote builds #903 [Cameron Diver] + ## v7.8.6 - 2018-08-09 * Fix bug where the sudo helper failed in os initialize #939 [Tim Perry] diff --git a/package.json b/package.json index a4d8f050..223bfa29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "7.8.6", + "version": "7.9.0", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",