diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 487984d5..77727dcd 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Add support for Ubuntu Noble + hash: 909a9e8fd4f81731975f4a82304947f82a2d5378 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: ruffsl + signed-off-by: ruffsl + author: ruffsl + version: 2.0.112 + title: "" + date: 2024-08-19T15:53:05.491Z - commits: - subject: "patch: Add versionList to OpenJDK" hash: a06af4e592ce4ce552e9d055a07eb1964cbbdb2d diff --git a/CHANGELOG.md b/CHANGELOG.md index bba2e468..1413ace7 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.112 +## (2024-08-19) + +* Add support for Ubuntu Noble [ruffsl] + # v2.0.111 ## (2024-08-08) diff --git a/package.json b/package.json index bcc26522..0b990721 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "contracts", - "version": "2.0.111", + "version": "2.0.112", "description": "Balena Base Contracts", "repository": { "type": "git", @@ -21,6 +21,6 @@ "eslint-plugin-standard": "^3.0.1" }, "versionist": { - "publishedAt": "2024-08-08T14:50:48.096Z" + "publishedAt": "2024-08-19T15:53:05.908Z" } }