diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 617017055..3c6870133 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "patch: Add migration & secureboot options to e2e test suite" + hash: 7abd1e4f8483b2a5704c5f4e0b1f974e0fafc762 + body: "" + footer: + Signed-off-by: Vipul Gupta (@vipulgupta2048) + signed-off-by: Vipul Gupta (@vipulgupta2048) + author: Vipul Gupta (@vipulgupta2048) + nested: [] + version: 2.31.22 + title: "" + date: 2024-07-23T13:00:12.436Z - commits: - subject: Update docker/setup-buildx-action digest to aa33708 hash: dda330bb67cff678a5b7758f31ebf53bbc58886c diff --git a/CHANGELOG.md b/CHANGELOG.md index 377bff229..282e493c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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/). +## 2.31.22 - 2024-07-23 + +* patch: Add migration & secureboot options to e2e test suite [Vipul Gupta (@vipulgupta2048)] + ## 2.31.21 - 2024-07-22 * Update docker/setup-buildx-action digest to aa33708 [Self-hosted Renovate Bot] diff --git a/package-lock.json b/package-lock.json index 8e00ed5b9..00c83bc6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "leviathan", - "version": "2.31.21", + "version": "2.31.22", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "leviathan", - "version": "2.31.21", + "version": "2.31.22", "hasInstallScript": true, "license": "Apache-2.0" } diff --git a/package.json b/package.json index 06fe59049..3dbe58c04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leviathan", - "version": "2.31.21", + "version": "2.31.22", "scripts": { "lint:fix": "for component in 'core' 'client'; do npm --prefix $component run lint:fix; done", "lint": "for component in 'core' 'client'; do npm --prefix $component run lint; done", @@ -20,6 +20,6 @@ "homepage": "https://github.com/balena-os/leviathan", "private": true, "versionist": { - "publishedAt": "2024-07-22T10:33:23.997Z" + "publishedAt": "2024-07-23T13:00:12.930Z" } }