diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index fba45e07ca..c591398849 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,19 @@ +- commits: + - subject: Update contributing-device-support with balena-info documentation + hash: a42c71a14701a2d06d3025abfbbbc869c52b062d + body: | + Info on the ascii art for consoles was missing, so we add that + in this commit. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alexandru Costache + signed-off-by: Alexandru Costache + author: Alexandru + nested: [] + version: 5.2.2 + title: "" + date: 2024-03-20T03:17:05.884Z - commits: - subject: "networkmanager: Wait for iptables lock in shared dispatcher script" hash: 374c4c32df59cc00e0b04d0c619f6fb98a69f1a5 diff --git a/CHANGELOG.md b/CHANGELOG.md index bdf0de2f59..e3658b4fe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Change log ----------- +# v5.2.2 +## (2024-03-20) + +* Update contributing-device-support with balena-info documentation [Alexandru] + # v5.2.1 ## (2024-03-18) diff --git a/meta-balena-common/conf/distro/include/balena-os.inc b/meta-balena-common/conf/distro/include/balena-os.inc index fafa7cdb00..fc17d97687 100644 --- a/meta-balena-common/conf/distro/include/balena-os.inc +++ b/meta-balena-common/conf/distro/include/balena-os.inc @@ -5,7 +5,7 @@ include conf/distro/include/balena-os-rust-version.inc DISTRO = "balena-os" DISTRO_NAME = "balenaOS" -DISTRO_VERSION = "5.2.1" +DISTRO_VERSION = "5.2.2" HOSTOS_VERSION = "${DISTRO_VERSION}" python () { ''' Set HOSTOS_VERSION from board VERSION if available '''