diff --git a/CHANGELOG.md b/CHANGELOG.md index fddb7aa5..e77bc2bf 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.9.4 - 2018-09-10 + +* Device api keys are no longer used in the registration process [Theodor Gherzan] + ## v7.9.3 - 2018-08-20 * Fix configuration hangs with some images by expanding the threadpool #952 [Tim Perry] diff --git a/package.json b/package.json index 23503183..8e5a2ee4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "7.9.3", + "version": "7.9.4", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",