From f3ba2eee92e77c5a595bf22ffbeaa9164683ff1b Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 15:04:58 +0000 Subject: [PATCH] v2.0.95 --- .versionbot/CHANGELOG.yml | 22 ++++++++++++++++++++++ CHANGELOG.md | 6 ++++++ package.json | 4 ++-- 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 6e3c309f..52032569 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,25 @@ +- commits: + - subject: "sw.os+hw.device-type: Update Jetson Orin repositories" + hash: 1e715e7850a856ce6fef42588d40a0e66d417081 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alexandru Costache + signed-off-by: Alexandru Costache + author: Alexandru Costache + - subject: "jetson-orin-nx-seeed-j4012: Add ubuntu and debian distro tpl files" + hash: 3a10086228aa29364d2679d12eb6f8be680a925e + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alexandru Costache + signed-off-by: Alexandru Costache + author: Alexandru Costache + version: 2.0.95 + title: "" + date: 2024-02-26T15:04:54.874Z - commits: - subject: "odyssey-x86: Update icon to latest revision" hash: 83ad917b2027f2a6fecd8d1422984987efc9da13 diff --git a/CHANGELOG.md b/CHANGELOG.md index b93781dd..c4a5e30f 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.95 +## (2024-02-26) + +* sw.os+hw.device-type: Update Jetson Orin repositories [Alexandru Costache] +* jetson-orin-nx-seeed-j4012: Add ubuntu and debian distro tpl files [Alexandru Costache] + # v2.0.94 ## (2024-02-14) diff --git a/package.json b/package.json index d88d33f5..324fd183 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "contracts", - "version": "2.0.94", + "version": "2.0.95", "description": "Balena Base Contracts", "repository": { "type": "git", @@ -21,6 +21,6 @@ "eslint-plugin-standard": "^3.0.1" }, "versionist": { - "publishedAt": "2024-02-14T10:35:34.596Z" + "publishedAt": "2024-02-26T15:04:55.378Z" } }