diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index f7b0b4ff..b7d4f9b2 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,25 @@ +- commits: + - subject: "sw.os+hw.device-type: Update all Orin devices to r36.3 in sources.list" + hash: f2b34b2d9c7c6a58b74984ca5c14217effe253d0 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alexandru Costache + signed-off-by: Alexandru Costache + author: Alexandru Costache + - subject: "hw.device-type: Remove superfluous instructions for beagleplay" + hash: 3f400e0f27d792734a2db70cc53863ffeb87907c + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alexandru Costache + signed-off-by: Alexandru Costache + author: Alexandru + version: 2.0.114 + title: "" + date: 2024-10-09T13:56:48.392Z - commits: - subject: "iotdin-imx8p: Update the devices contract" hash: 6ba0c6f93908f3b57742c87f86bf87716dad616a diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a1f5057..18e18320 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ * Device: Add new contract for Stem x86 32bit [Trong Nghia Nguyen] * Qemu: Update qemu to v3.0.0+resin [Trong Nghia Nguyen] +# v2.0.114 +## (2024-10-09) + +* sw.os+hw.device-type: Update all Orin devices to r36.3 in sources.list [Alexandru Costache] +* hw.device-type: Remove superfluous instructions for beagleplay [Alexandru] + # v2.0.113 ## (2024-08-20) diff --git a/package.json b/package.json index a3f305a5..e2aa8cac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "contracts", - "version": "2.0.113", + "version": "2.0.114", "description": "Balena Base Contracts", "repository": { "type": "git", @@ -21,6 +21,6 @@ "eslint-plugin-standard": "^3.0.1" }, "versionist": { - "publishedAt": "2024-08-20T11:19:31.176Z" + "publishedAt": "2024-10-09T13:56:48.780Z" } }