diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f5356b5..d36f1ee9 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.5 - 2018-03-27 + +* Fix crash when an app is not specified for build command #834 [Akis Kesoglou] + ## v7.1.4 - 2018-03-26 * Upgrade resin-sync to pull in the fix for #824 #832 [Tim Perry] diff --git a/package.json b/package.json index 40a54ef3..32b439bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "7.1.4", + "version": "7.1.5", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",