diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index b9756b01..47572c00 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Improved log message when networks do not match + hash: edf23871d9a057b9bae8837f3ee39d7401247514 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Miguel Casqueira + signed-off-by: Miguel Casqueira + author: Miguel Casqueira + nested: [] + version: 12.0.7 + date: 2020-10-19T16:04:51.506Z - commits: - subject: Fixes check allowing preloading in local (unmanaged) mode hash: 0fd9b6376251c73f2adfd37ec80d2145178683d6 diff --git a/CHANGELOG.md b/CHANGELOG.md index febc5b80..eef85759 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/). +# v12.0.7 +## (2020-10-19) + +* Improved log message when networks do not match [Miguel Casqueira] + # v12.0.6 ## (2020-10-16) diff --git a/VERSION b/VERSION index c13ebece..6073cded 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.0.6 \ No newline at end of file +12.0.7 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 4dd3e983..f586ef3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.0.6", + "version": "12.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 43dfe6cb..61cf1772 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": "12.0.6", + "version": "12.0.7", "license": "Apache-2.0", "repository": { "type": "git",