From 17b44ca078f3bca2193858559d1276cc48680531 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:43:43 +0000 Subject: [PATCH] v2.0.107 --- .versionbot/CHANGELOG.yml | 13 +++++++++++++ CHANGELOG.md | 5 +++++ package.json | 4 ++-- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index b2afd01f..04596fbe 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: "beagleplay: Fix provisioning instructions" + hash: 996350221bcc6ff73d83239af7ffd96653d36a2c + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alexandru Costache + signed-off-by: Alexandru Costache + author: Alexandru + version: 2.0.107 + title: "" + date: 2024-07-15T10:43:40.476Z - commits: - subject: "hw.device-type: Disable bluetooth until this feature is officially supported" diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c6f9b5b..bcdeb188 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.107 +## (2024-07-15) + +* beagleplay: Fix provisioning instructions [Alexandru] + # v2.0.106 ## (2024-07-12) diff --git a/package.json b/package.json index 0c16a0d8..ac38a001 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "contracts", - "version": "2.0.106", + "version": "2.0.107", "description": "Balena Base Contracts", "repository": { "type": "git", @@ -21,6 +21,6 @@ "eslint-plugin-standard": "^3.0.1" }, "versionist": { - "publishedAt": "2024-07-12T09:11:53.172Z" + "publishedAt": "2024-07-15T10:43:40.913Z" } }