From c293a1742dc205ed554c95609ab1043bb740916e Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Mon, 22 Oct 2018 18:39:13 +0200 Subject: [PATCH] v8.0.3 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 795a2a44..620c3c19 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/). +## v8.0.3 - 2018-10-22 + +* Ssh: Move from resin-sdk-preconfigured to resin-sdk [Will Boyce] + ## v8.0.2 - 2018-10-20 * Utils/patterns: Drop resin-sdk-preconfigured [Thodoris Greasidis] diff --git a/package.json b/package.json index ec200c76..910c20bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "8.0.2", + "version": "8.0.3", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",