diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d4339092..ad55eba1 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,19 @@ +- commits: + - subject: 'versionbot: Add changelog yml file' + hash: 3134f0dcebb8cda4bf0f9e94038c9363df9ad535 + body: | + This file allows other components to uniquely parse the information that + is contained in the changelog. It will be automatically managed by + versionist by appending the new commits on top. This is needed to + provide nested-changelogs. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Giovanni Garufi + signed-off-by: Giovanni Garufi + author: Giovanni Garufi + version: 8.6.9 + date: 2018-12-11T15:33:19.564Z - version: 8.6.8 date: 2018-12-07T00:00:00.000Z commits: diff --git a/CHANGELOG.md b/CHANGELOG.md index c2b3de57..30f54fbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +## 8.6.9 - 2018-12-11 + +* Versionbot: Add changelog yml file [Giovanni Garufi] + ## 8.6.8 - 2018-12-07 * Api: Ensure Supervisor API returns IP addresses [Heds Simons] diff --git a/package.json b/package.json index e4566702..58e93994 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-supervisor", "description": "This is balena'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 the balena API informs it to.", - "version": "8.6.8", + "version": "8.6.9", "license": "Apache-2.0", "repository": { "type": "git",