diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 0604628d..572ecdff 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Fix typo when getting device config default values + hash: f32de99aff525db866500c19a8bd24b8f216852e + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Pablo Carranza Velez + signed-off-by: Pablo Carranza Velez + author: Pablo Carranza Velez + version: 9.11.1 + date: 2019-03-19T20:50:22.269Z - commits: - subject: >- fix: Correct use of $expand to avoid an exception when updating from a diff --git a/CHANGELOG.md b/CHANGELOG.md index 92d2bf42..02165704 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/). +## 9.11.1 - 2019-03-19 + +* Fix typo when getting device config default values [Pablo Carranza Velez] + ## 9.11.0 - 2019-03-18 * Fix: Correct use of $expand to avoid an exception when updating from a legacy OS [Pablo Carranza Velez] diff --git a/package-lock.json b/package-lock.json index f2947be6..5dd0a65a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "9.11.0", + "version": "9.11.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fe757fda..579b4bca 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": "9.11.0", + "version": "9.11.1", "license": "Apache-2.0", "repository": { "type": "git",