From 73455b4264fea0cf09fd197700f079f7f63c60f2 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Sat, 20 Oct 2018 15:26:04 +0200 Subject: [PATCH] v8.0.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1058adb6..8259969c 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.1 - 2018-10-20 + +* Update dockerignore to fix escSL bug [Tim Perry] + ## v8.0.0 - 2018-10-19 * Support multicontainer local mode in resin push [Cameron Diver] diff --git a/package.json b/package.json index 283bac7a..195715e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "8.0.0", + "version": "8.0.1", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",