From 591fda9174610519f89842e651f3186eac8862eb Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 15:46:12 +0000 Subject: [PATCH] v2.0.84 --- .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 994a6aad..d711393a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: "iot-gate-imx8plus: Update flashing instructions and name" + hash: e390406c50b2ec6bb6ea631fcfaf817ceab69736 + body: | + to reflect that this image can be used for both 2G and 4G DRAM + boards. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alexandru Costache + signed-off-by: Alexandru Costache + author: Alexandru Costache + version: 2.0.84 + title: "" + date: 2023-12-13T15:46:08.530Z - commits: - subject: "revpi-connect-4: Added contract files for revpi-connect-4" hash: 02568911b78335c520abb9cb1e0ce8e2cb25e095 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0221f10c..b1b9b1c9 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.84 +## (2023-12-13) + +* iot-gate-imx8plus: Update flashing instructions and name [Alexandru Costache] + # v2.0.83 ## (2023-11-24) diff --git a/package.json b/package.json index eba1137a..8f44d76d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "contracts", - "version": "2.0.83", + "version": "2.0.84", "description": "Balena Base Contracts", "repository": { "type": "git", @@ -21,6 +21,6 @@ "eslint-plugin-standard": "^3.0.1" }, "versionist": { - "publishedAt": "2023-11-24T09:56:23.329Z" + "publishedAt": "2023-12-13T15:46:08.960Z" } }