diff --git a/CHANGELOG.md b/CHANGELOG.md index d36f1ee9..ffacc50c 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.1.6 - 2018-03-29 + +* Fix build emulation for multi-stage builds #838 [Tim Perry] + ## v7.1.5 - 2018-03-27 * Fix crash when an app is not specified for build command #834 [Akis Kesoglou] diff --git a/package.json b/package.json index 1439c0cf..49873d46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "7.1.5", + "version": "7.1.6", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",