diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c22403df..ac4fcaed 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Remove Ubuntu Lunar 23.04 since it's EOL + hash: cac2042866f3e93d46b16a3e62cb65aeec43fac9 + body: "" + footer: + Change-type: patch + change-type: patch + See: https://endoflife.date/ubuntu + see: https://endoflife.date/ubuntu + author: Thodoris Greasidis + version: 2.0.103 + title: "" + date: 2024-04-11T12:22:51.474Z - commits: - subject: Remove Fedora 36 since it's EOL hash: 6c404c7f3e623650beb5c74ec0a4e31e9cac9c48 diff --git a/CHANGELOG.md b/CHANGELOG.md index b46b8199..48f06890 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.103 +## (2024-04-11) + +* Remove Ubuntu Lunar 23.04 since it's EOL [Thodoris Greasidis] + # v2.0.102 ## (2024-04-11) diff --git a/package.json b/package.json index b57f5b5b..af528ccf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "contracts", - "version": "2.0.102", + "version": "2.0.103", "description": "Balena Base Contracts", "repository": { "type": "git", @@ -21,6 +21,6 @@ "eslint-plugin-standard": "^3.0.1" }, "versionist": { - "publishedAt": "2024-04-11T10:44:54.915Z" + "publishedAt": "2024-04-11T12:22:51.917Z" } }