diff --git a/CHANGELOG.md b/CHANGELOG.md index bde02e6a..13dcb63a 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/). +## v7.0.6 - 2018-03-20 + +* Make sure image name is all lowercase #815 [Akis Kesoglou] +* Improve handling of build log output #815 [Akis Kesoglou] + ## v7.0.5 - 2018-03-15 * Add bash completions #801 [Ronald McCollam] diff --git a/package.json b/package.json index 8fb884bd..1af86acf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "7.0.5", + "version": "7.0.6", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",