diff --git a/CHANGELOG.md b/CHANGELOG.md index e77bc2bf..66c83b95 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.10.0 - 2018-09-11 + +* Update resin-cli-form to 2.x [Pagan Gazzard] + ## v7.9.4 - 2018-09-10 * Device api keys are no longer used in the registration process [Theodor Gherzan] diff --git a/package.json b/package.json index 7877067a..8620256f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "7.9.4", + "version": "7.10.0", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",