diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 04fd665..6483a97 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Add Jetson AGX Orin 64GB Devkit provisioning support + hash: a3388aedf18f5cb44a3dc7d60d68bdcf973c483c + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alexandru Costache + signed-off-by: Alexandru Costache + author: Alexandru Costache + version: 0.5.76 + title: "" + date: 2024-08-09T08:00:36.061Z - commits: - subject: "README: Update L4T version for Seeed reComputer J3010 and J4012" hash: d3c253a7ec7d81031cc967be773aea0dcc1e58e0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b28184..e2f41b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +# v0.5.76 +## (2024-08-09) + +* Add Jetson AGX Orin 64GB Devkit provisioning support [Alexandru Costache] + # v0.5.75 ## (2024-08-06) diff --git a/package.json b/package.json index 41a7660..1de1a91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jetson-flash", - "version": "0.5.75", + "version": "0.5.76", "description": "This tool allows users to flash BalenaOS on specific Jetson devices using Nvidia flashing tools.", "scripts": { "test": "tap --timeout=0 --no-coverage --after=tests/cleanup.js", @@ -46,7 +46,7 @@ "yargs": "^16.2.0" }, "versionist": { - "publishedAt": "2024-08-06T10:11:34.024Z" + "publishedAt": "2024-08-09T08:00:36.213Z" }, "engines": { "node": ">=16"