diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index b7d4f9b2..440fba57 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: Add alpine 3.19 + hash: a598678f0c478fe3f0f8a560d3e698ace3561e26 + body: "" + footer: + Change-type: patch + change-type: patch + author: Otavio Jacobi + version: 2.0.115 + title: "" + date: 2024-10-17T14:01:53.134Z - commits: - subject: "sw.os+hw.device-type: Update all Orin devices to r36.3 in sources.list" hash: f2b34b2d9c7c6a58b74984ca5c14217effe253d0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 18e18320..04900c9a 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.115 +## (2024-10-17) + +* Add alpine 3.19 [Otavio Jacobi] + # v2.0.114 ## (2024-10-09) diff --git a/package.json b/package.json index e2aa8cac..2ab72d74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "contracts", - "version": "2.0.114", + "version": "2.0.115", "description": "Balena Base Contracts", "repository": { "type": "git", @@ -21,6 +21,6 @@ "eslint-plugin-standard": "^3.0.1" }, "versionist": { - "publishedAt": "2024-10-09T13:56:48.780Z" + "publishedAt": "2024-10-17T14:01:53.546Z" } }