diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c1dc936a..42992e5d 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: "jetson-orin-nx-seeed-j4012: Add Seeed J4012 device-type" + hash: 2f35889ca436bcb17cb8fba3e9192676b9872042 + body: | + This is the initial commit, necessary to create the DT + in the API. The icon will need to be updated. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alexandru Costache + signed-off-by: Alexandru Costache + author: Alexandru Costache + version: 2.0.88 + title: "" + date: 2024-01-03T13:26:42.845Z - commits: - subject: "hw.device-type: Fix device type is_private flag for imx8mp-var-dart" hash: 31176adf167c7f9754c0f7f01f92c759d12b8c2b diff --git a/CHANGELOG.md b/CHANGELOG.md index fef18d8f..be20f369 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.88 +## (2024-01-03) + +* jetson-orin-nx-seeed-j4012: Add Seeed J4012 device-type [Alexandru Costache] + # v2.0.87 ## (2023-12-29) diff --git a/package.json b/package.json index 6884272e..9443de7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "contracts", - "version": "2.0.87", + "version": "2.0.88", "description": "Balena Base Contracts", "repository": { "type": "git", @@ -21,6 +21,6 @@ "eslint-plugin-standard": "^3.0.1" }, "versionist": { - "publishedAt": "2023-12-29T14:04:58.459Z" + "publishedAt": "2024-01-03T13:26:43.275Z" } }