From a921139a1221cc7b8349beb53f42dd3debc4c490 Mon Sep 17 00:00:00 2001 From: "resin-io-versionbot[bot]" Date: Mon, 16 Apr 2018 15:21:33 +0000 Subject: [PATCH] v7.3.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d0d88b4..5974d41f 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.3.2 - 2018-04-16 + +* Update Dockerode to fix local push issue in standalone builds #862 [Tim Perry] + ## v7.3.1 - 2018-04-13 * Update resin-compose-parse to v1.8.1 to fix a problem parsing ports #849 [Pablo Carranza Velez] diff --git a/package.json b/package.json index 84cb1eaa..3cbc9bf7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "7.3.1", + "version": "7.3.2", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",