diff --git a/CHANGELOG.md b/CHANGELOG.md index 13dcb63a..4e4b7b1a 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.0.7 - 2018-03-20 + +* Update resin-preload to 6.1.2 #821 [Alexis Svinartchouk] + ## v7.0.6 - 2018-03-20 * Make sure image name is all lowercase #815 [Akis Kesoglou] diff --git a/package.json b/package.json index e0b25427..8cb2c668 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "7.0.6", + "version": "7.0.7", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",