diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 6124e1a1..797cf862 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,21 @@ +- commits: + - subject: Add custom DTB support for Variscite Dart DT family + hash: dfb6bcf0e6a5b32c2def588dde1a8849a11c683c + body: "" + footer: + Closes: "#1963" + closes: "#1963" + Relates-to: https://github.com/balena-io/open-balena-api/issues/1033 + relates-to: https://github.com/balena-io/open-balena-api/issues/1033 + Change-type: patch + change-type: patch + Signed-off-by: Christina Wang + signed-off-by: Christina Wang + author: Christina Wang + nested: [] + version: 14.0.5 + title: "'Add custom DTB support for Variscite Dart DT family'" + date: 2022-06-14T19:29:37.702Z - commits: - subject: Better document mocked-dbus, add missing dbus interface methods hash: ffa1c734182f49fabc818c95f3a1c231bf4e05f4 diff --git a/CHANGELOG.md b/CHANGELOG.md index ca0f6c54..5b8f47a0 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/). +# v14.0.5 +## (2022-06-14) + +* Add custom DTB support for Variscite Dart DT family [Christina Wang] + # v14.0.4 ## (2022-06-09) diff --git a/VERSION b/VERSION index 25f846fc..6dbeddf9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.0.4 \ No newline at end of file +14.0.5 \ No newline at end of file diff --git a/balena.yml b/balena.yml index ef19ad12..7a06b95e 100644 --- a/balena.yml +++ b/balena.yml @@ -2,6 +2,6 @@ name: balena-supervisor description: 'Balena Supervisor: balena''s agent on devices.' joinable: false type: sw.application -version: 14.0.4 +version: 14.0.5 provides: - slug: sw.compose.long-volume-syntax diff --git a/package-lock.json b/package-lock.json index 738e3d57..aca5e37c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "14.0.4", + "version": "14.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index df10c176..7ad32fe0 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": "14.0.4", + "version": "14.0.5", "license": "Apache-2.0", "repository": { "type": "git", @@ -138,6 +138,6 @@ } }, "versionist": { - "publishedAt": "2022-06-09T20:18:11.136Z" + "publishedAt": "2022-06-14T19:29:38.386Z" } }