From 8a1d17a697e2f1f44164339125bc6e02f20ee0c3 Mon Sep 17 00:00:00 2001 From: Pagan Gazzard Date: Wed, 26 Apr 2017 15:14:39 -0700 Subject: [PATCH] 4.2.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07fbde85..1fbbad45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +## v4.2.1 - 2017-04-26 + +* Fix an infinite loop that could happen when trying to bootstrap if the key exchange fails [Pagan Gazzard] +* Fix the case of being registered with a version of the cli/sdk that does not support device api keys. [Pagan Gazzard] + ## v4.2.0 - 2017-04-24 * Add handling for duplicate UUIDs and key exchanging for old user-api-keys [Pagan Gazzard] diff --git a/package.json b/package.json index 3d7d654a..f8a2b309 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "resin-supervisor", "description": "This is resin.io's Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as Resin's API informs it to.", - "version": "4.2.0", + "version": "4.2.1", "license": "Apache-2.0", "repository": { "type": "git",