diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 95b39c15..b2afd01f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: "hw.device-type: Disable bluetooth until this feature is officially + supported" + hash: bc3746dd50d63824e3069cd0098227d47e9f22ed + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Sidd-Gupta sidd.gupta@zylum.in + signed-off-by: Sidd-Gupta sidd.gupta@zylum.in + author: delhiryder + version: 2.0.106 + title: "" + date: 2024-07-12T09:11:52.729Z - commits: - subject: "sw.os+hw.device-type: Update Jetson Orin distro configs for L4T 35.5.0 repositories" diff --git a/CHANGELOG.md b/CHANGELOG.md index 80ab7991..9c6f9b5b 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.106 +## (2024-07-12) + +* hw.device-type: Disable bluetooth until this feature is officially supported [delhiryder] + # v2.0.105 ## (2024-06-06) diff --git a/package.json b/package.json index 8f01631b..0c16a0d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "contracts", - "version": "2.0.105", + "version": "2.0.106", "description": "Balena Base Contracts", "repository": { "type": "git", @@ -21,6 +21,6 @@ "eslint-plugin-standard": "^3.0.1" }, "versionist": { - "publishedAt": "2024-06-06T15:12:51.773Z" + "publishedAt": "2024-07-12T09:11:53.172Z" } }