diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index bc1f345fef..2ae2a6dd05 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,20 @@ +- commits: + - subject: Update config.txt to reflect changes in config.txt parsing with + Supervisor v16+ + hash: fdf114717966eac078d030aff1ca3f67eecf30a8 + body: | + Supervisor v16+ adds each dtparam for a dtoverlay on its own line to + comply with the 80-char line limit for config.txt. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Christina Ying Wang + signed-off-by: Christina Ying Wang + author: Christina Ying Wang + nested: [] + version: 5.61.1 + title: "" + date: 2024-02-19T21:51:13.308Z - commits: - subject: "API/Resources: Add docs for the `device type` resource" hash: 30b79c4994a3619b017b196de7b065b06ba46aa1 diff --git a/CHANGELOG.md b/CHANGELOG.md index d62373974e..25dcf3bb1c 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/). +## 5.61.1 - 2024-02-19 + +* Update config.txt to reflect changes in config.txt parsing with Supervisor v16+ [Christina Ying Wang] + ## 5.61.0 - 2024-02-19 * API/Resources: Add docs for the `device type` resource [Thodoris Greasidis] diff --git a/package-lock.json b/package-lock.json index bf2dfa8ed1..e06eae9475 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "5.61.0", + "version": "5.61.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "5.61.0", + "version": "5.61.1", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index 481fc8d85e..756afc018d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "5.61.0", + "version": "5.61.1", "engines": { "node": "^18.0.0" }, @@ -58,6 +58,6 @@ "wrangler": "^3.28.2" }, "versionist": { - "publishedAt": "2024-02-19T18:24:28.235Z" + "publishedAt": "2024-02-19T21:51:13.848Z" } }