From 5474666f9e6980dd34f62b08a5359290e6e6c1ac Mon Sep 17 00:00:00 2001 From: "resin-io-versionbot[bot]" Date: Thu, 31 Aug 2017 07:22:43 +0000 Subject: [PATCH] v6.6.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 727c4e5d..987dc43e 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/). +## v6.6.2 - 2017-08-31 + +* Use DOCKER_HOST from env if possible, and no connection options are available #642 [Tim Perry] + ## v6.6.1 - 2017-08-28 * Update resin-preload to 3.1.4 #650 [Alexis Svinartchouk] diff --git a/package.json b/package.json index c029557f..d07612f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "6.6.1", + "version": "6.6.2", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",