From 0ce78780425039eb1ebcf41f63149c85d45b794b Mon Sep 17 00:00:00 2001 From: "resin-io-versionbot[bot]" Date: Fri, 1 Jun 2018 10:49:15 +0000 Subject: [PATCH] v7.5.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9acf42ac..eb4e4726 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.5.1 - 2018-06-01 + +* Add a multicontainer caveat to the env var commands #887 [Tim Perry] + ## v7.5.0 - 2018-05-31 * Update resin-compose-parse dependency version to 1.10.2 #883 [Ariel Flesler] diff --git a/package.json b/package.json index cb04e10b..b0e8de0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "7.5.0", + "version": "7.5.1", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",