diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ba7f282..4b496491 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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/). +## v6.0.5 - 2017-07-27 + +* Allow building the supervisor source without optimizations for easier debugging with dindctl [Pablo Carranza Velez] +* Pull the supervisor image if it's not available when running with dindctl [Pablo Carranza Velez] +* Fix preloading and parsing of arguments in the dind supervisor [Pablo Carranza Velez] + ## v6.0.4 - 2017-07-26 * Fix the message shown when docker gives a 500 error when starting a container [Pablo Carranza Velez] diff --git a/package.json b/package.json index 6d0b94dc..cd5dfe93 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": "6.0.4", + "version": "6.0.5", "license": "Apache-2.0", "repository": { "type": "git",