diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 158ac66ff1..df2b478206 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: Update commands in offline updates + hash: 75f50d3b3a7b0a6dec6049a71f75e786829ab54f + body: > + The `balena fleet` commands in this guide no longer work with the latest + version of the CLI which returns a capitalized table instead of all + uppercase items. Not sure when this change took place on the CLI side. + footer: + Change-type: patch + change-type: patch + author: Felipe Lalanne + nested: [] + version: 5.56.2 + title: "" + date: 2023-09-29T20:52:55.914Z - commits: - subject: "patch: Getting Started to default show Raspberry Pi 5" hash: 7f10ad232b60289c5f4dbdc589ef8b869729906f diff --git a/CHANGELOG.md b/CHANGELOG.md index ee78717e97..8e0cd58d86 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/). +## 5.56.2 - 2023-09-29 + +* Update commands in offline updates [Felipe Lalanne] + ## 5.56.1 - 2023-09-29 * patch: Getting Started to default show Raspberry Pi 5 [Vipul Gupta (@vipulgupta2048)] diff --git a/package-lock.json b/package-lock.json index ca2fe6c8ee..4d54b24e3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "5.56.1", + "version": "5.56.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "5.56.1", + "version": "5.56.2", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index b36510da8d..b40519ef98 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "5.56.1", + "version": "5.56.2", "engines": { "node": "^18.0.0" }, @@ -58,6 +58,6 @@ "wrangler": "^3.5.1" }, "versionist": { - "publishedAt": "2023-09-29T05:38:10.495Z" + "publishedAt": "2023-09-29T20:52:56.636Z" } }