From e011502b7ed7c350f8385b939167b29b56b34d6b Mon Sep 17 00:00:00 2001 From: "resin-io-versionbot[bot]" Date: Thu, 22 Mar 2018 11:36:41 +0000 Subject: [PATCH] v7.1.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e4b7b1a..ef4cb4b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.1.0 - 2018-03-22 + +* Warn early if deploying a multicontainer project to an incompatible app #818 [Akis Kesoglou] +* Add legacy deploy method back #818 [Akis Kesoglou] + ## v7.0.7 - 2018-03-20 * Update resin-preload to 6.1.2 #821 [Alexis Svinartchouk] diff --git a/package.json b/package.json index dba7fe54..3cd80e1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "7.0.7", + "version": "7.1.0", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",