diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 9d3efb696..974b05ba3 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: "Device Statuses: Clarify the meaning of update status duration" + hash: 99039095aaf74b762f7b14ae90ee559a74a592f7 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Ken Bannister + signed-off-by: Ken Bannister + author: Ken Bannister + nested: [] + version: 6.1.2 + title: "" + date: 2024-11-13T11:21:28.432Z - commits: - subject: "actions: Fix device's Restart Services action being Restart Fleet" hash: a8a5d7be8f7a65be228b01c4b78890909e1afad6 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3120904ec..a8994592d 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](https://semver.org/). +## 6.1.2 - 2024-11-13 + +* Device Statuses: Clarify the meaning of update status duration [Ken Bannister] + ## 6.1.1 - 2024-11-06 * actions: Fix device's Restart Services action being Restart Fleet [Thodoris Greasidis] diff --git a/package-lock.json b/package-lock.json index 355b355f4..6cdcdf420 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "6.1.1", + "version": "6.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "6.1.1", + "version": "6.1.2", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index d5a21482f..6cd2436bc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "6.1.1", + "version": "6.1.2", "engines": { "node": "^18.0.0" }, @@ -58,6 +58,6 @@ "wrangler": "^3.62.0" }, "versionist": { - "publishedAt": "2024-11-06T14:41:04.474Z" + "publishedAt": "2024-11-13T11:21:28.968Z" } }