diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index b40050ebc9..e89ea889da 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,29 @@ +- commits: + - subject: Create balena symlinks during cross builds + hash: bf3e052660f369aea88254f613aeed8eecad3355 + body: | + ...instead of creating them in the installation script. This way, users + downloading the release package from GitHub will get the symlinks, too. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Leandro Motta Barros + signed-off-by: Leandro Motta Barros + author: Leandro Motta Barros + nested: [] + - subject: Switch to Flowzone + hash: 650602837d47529ead30ddc3437b2e9507dc7eaa + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Leandro Motta Barros + signed-off-by: Leandro Motta Barros + author: Leandro Motta Barros + nested: [] + version: 20.10.19 + title: "" + date: 2022-11-17T19:23:15.607Z - commits: - subject: Improve error reporting for delta base image loading hash: 8bb06fd928da2474a88a648137a47dfa5338997f diff --git a/CHANGELOG.md b/CHANGELOG.md index 708f81180b..74a3cb41ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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/). +# v20.10.19 +## (2022-11-17) + +* Create balena symlinks during cross builds [Leandro Motta Barros] +* Switch to Flowzone [Leandro Motta Barros] + # v20.10.18 ## (2022-06-03) diff --git a/VERSION b/VERSION index 9a0599998e..23e09b7d47 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -20.10.18 \ No newline at end of file +20.10.19 \ No newline at end of file