diff --git a/CHANGELOG.md b/CHANGELOG.md index d8a60d5f..037cb3af 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/). +## v2.9.0 - 2016-12-20 + +* Bump docker-delta to v1.0.1 to fix deltas on aufs when there's many layers [Pablo Carranza Velez] +* Document dependent apps feature [curcuz] + ## v2.8.5 - 2016-12-20 * Fix error applying device configuration because deviceConfig table is empty [Pablo Carranza Velez] diff --git a/package.json b/package.json index 34145075..c90fe701 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": "2.8.5", + "version": "2.9.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -51,4 +51,4 @@ "resin-lint": "^1.3.1", "versionist": "^2.6.2" } -} +} \ No newline at end of file