diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c8dd2af9..4bc36e92 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Add node v20.12.0 for debian + hash: 69bd96b9757959ebbcdffb0e45e0811567929bb6 + body: | + Planning to add alpine in a follow-up once + we get the jenkins job to work and will then + also mark 20.12.0 as the latest. + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + version: 2.0.99 + title: "" + date: 2024-04-07T23:28:45.593Z - commits: - subject: "hw.device-type: Add bluechiptechnology-db1" hash: 16e6a9606a0eddf4cfcc9f3fa18d539096d64e16 diff --git a/CHANGELOG.md b/CHANGELOG.md index f22576ee..2f1dff9e 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.99 +## (2024-04-07) + +* Add node v20.12.0 for debian [Thodoris Greasidis] + # v2.0.98 ## (2024-03-26) diff --git a/package.json b/package.json index aa7c9403..834c71ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "contracts", - "version": "2.0.98", + "version": "2.0.99", "description": "Balena Base Contracts", "repository": { "type": "git", @@ -21,6 +21,6 @@ "eslint-plugin-standard": "^3.0.1" }, "versionist": { - "publishedAt": "2024-03-26T12:30:34.705Z" + "publishedAt": "2024-04-07T23:28:46.034Z" } }