From 59752b7f99c1e5576c605a2f4188f9661468319f Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 11:19:33 +0000 Subject: [PATCH] v2.0.113 --- .versionbot/CHANGELOG.yml | 15 +++++++++++++++ CHANGELOG.md | 5 +++++ package.json | 4 ++-- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 77727dcd..f7b0b4ff 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: "iotdin-imx8p: Update the devices contract" + hash: 6ba0c6f93908f3b57742c87f86bf87716dad616a + body: | + Disable bluetooth and wifi in the devices contracts files. + Reason: the CompuLab Autokit came without an IFM-WB i/o module. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Valentin Raevsky + signed-off-by: Valentin Raevsky + author: Valentin Raevsky + version: 2.0.113 + title: "" + date: 2024-08-20T11:19:30.688Z - commits: - subject: Add support for Ubuntu Noble hash: 909a9e8fd4f81731975f4a82304947f82a2d5378 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1413ace7..2a1f5057 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ * Device: Add new contract for Stem x86 32bit [Trong Nghia Nguyen] * Qemu: Update qemu to v3.0.0+resin [Trong Nghia Nguyen] +# v2.0.113 +## (2024-08-20) + +* iotdin-imx8p: Update the devices contract [Valentin Raevsky] + # v2.0.112 ## (2024-08-19) diff --git a/package.json b/package.json index 0b990721..a3f305a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "contracts", - "version": "2.0.112", + "version": "2.0.113", "description": "Balena Base Contracts", "repository": { "type": "git", @@ -21,6 +21,6 @@ "eslint-plugin-standard": "^3.0.1" }, "versionist": { - "publishedAt": "2024-08-19T15:53:05.908Z" + "publishedAt": "2024-08-20T11:19:31.176Z" } }