This commit is contained in:
Pagan Gazzard 2017-04-26 15:14:39 -07:00
parent 111d32f94f
commit 8a1d17a697
2 changed files with 6 additions and 1 deletions

View File

@ -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]

View File

@ -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",