diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 42992e5d..188dc601 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,19 @@ +- commits: + - subject: "hw.device-type: Fix hyperlinks in provisioning instructions" + hash: 7ba9c9e03fe93110b2c8f3c866fbd4a3d7c8248b + body: | + If hyperlinks are unquoted, a target=blank is added and entire + link is broken in the dashboard. This doesn't happen for devices + which use quoted links, like for example the CM4. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alexandru Costache + signed-off-by: Alexandru Costache + author: Alexandru Costache + version: 2.0.89 + title: "" + date: 2024-01-05T11:04:31.513Z - commits: - subject: "jetson-orin-nx-seeed-j4012: Add Seeed J4012 device-type" hash: 2f35889ca436bcb17cb8fba3e9192676b9872042 diff --git a/CHANGELOG.md b/CHANGELOG.md index be20f369..4509fe8c 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.89 +## (2024-01-05) + +* hw.device-type: Fix hyperlinks in provisioning instructions [Alexandru Costache] + # v2.0.88 ## (2024-01-03) diff --git a/package.json b/package.json index 9443de7a..c8d9cab2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "contracts", - "version": "2.0.88", + "version": "2.0.89", "description": "Balena Base Contracts", "repository": { "type": "git", @@ -21,6 +21,6 @@ "eslint-plugin-standard": "^3.0.1" }, "versionist": { - "publishedAt": "2024-01-03T13:26:43.275Z" + "publishedAt": "2024-01-05T11:04:31.934Z" } }