This commit is contained in:
resin-io-versionbot[bot] 2017-06-26 17:20:31 +00:00 committed by VersionBot
parent 536ef458c9
commit e487ca4d51
2 changed files with 6 additions and 2 deletions

View File

@ -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/).
## v4.5.0 - 2017-06-26
* Update docker-delta to 1.0.3 to support docker 17 [Pablo Carranza Velez]
## v4.4.2 - 2017-06-26
* Fix provisioning key exchange by passing apikey in the request [Pablo Carranza Velez]

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.4.2",
"version": "4.5.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -54,4 +54,4 @@
"resin-lint": "^1.3.1",
"versionist": "^2.8.0"
}
}
}