From 0829d3c1765c29f0e7d40001def3aad89b39887b Mon Sep 17 00:00:00 2001 From: "resin-io-versionbot[bot]" Date: Thu, 29 Mar 2018 10:09:08 +0000 Subject: [PATCH] v7.2.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffacc50c..f36a1d97 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.2.0 - 2018-03-29 + +* Do not require a login for builds #835 [Tim Perry] +* Allow (experimental!) login with API keys #835 [Tim Perry] + ## v7.1.6 - 2018-03-29 * Fix build emulation for multi-stage builds #838 [Tim Perry] diff --git a/package.json b/package.json index 722701a5..63ca791e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "7.1.6", + "version": "7.2.0", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",