diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index e1684c26..f3c34793 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Added more documentation to help new contributors start developing + hash: 856e7cba2cc767ded0eeb5186a1cce19ea447735 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Miguel Casqueira + signed-off-by: Miguel Casqueira + author: Miguel Casqueira + version: 11.3.10 + date: 2020-05-11T19:32:42.867Z - commits: - subject: Fix dindctl script and update balenaos-in-container hash: c317b02aef0bd2496f39ab245fa7c670e806f2e3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3559ded1..8682491d 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/). +# v11.3.10 +## (2020-05-11) + +* Added more documentation to help new contributors start developing [Miguel Casqueira] + # v11.3.9 ## (2020-05-11) diff --git a/VERSION b/VERSION index 85baf1cb..f67b9f49 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -11.3.9 \ No newline at end of file +11.3.10 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 1b3d8ed0..f52cb5ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "11.3.9", + "version": "11.3.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2e825094..c2a5adda 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": "11.3.9", + "version": "11.3.10", "license": "Apache-2.0", "repository": { "type": "git",