diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index abc2915a..81926858 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: "hw.device-type: Fix compatibility with existing sdk structure" + hash: e234b48207f0a7e82e56fb636d2791ba2a364a68 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alexandru Costache + signed-off-by: Alexandru Costache + author: Alexandru Costache + version: 2.0.121 + title: "" + date: 2024-12-18T20:31:37.211Z - commits: - subject: add eg5120-imx8mp contract hash: 272015edab63d911b6a716b43d3ef52f3c577153 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9762d2e6..1f3d2954 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.121 +## (2024-12-18) + +* hw.device-type: Fix compatibility with existing sdk structure [Alexandru Costache] + # v2.0.120 ## (2024-12-18) diff --git a/package.json b/package.json index 350d5491..b16dd7d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "contracts", - "version": "2.0.120", + "version": "2.0.121", "description": "Balena Base Contracts", "repository": { "type": "git", @@ -21,6 +21,6 @@ "eslint-plugin-standard": "^3.0.1" }, "versionist": { - "publishedAt": "2024-12-18T12:47:38.382Z" + "publishedAt": "2024-12-18T20:31:37.767Z" } }