diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a27d48a18d..9490eedd39 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: "API/overview: Update the requests to use the v7 endpoint" + hash: f6ba5009daa1310c63a6ad3bed90e4cc125cb884 + body: | + This should have been part of #3093 + footer: + Change-type: patch + change-type: patch + See: https://balena.fibery.io/Work/Task/API-resources-Change-the-requests-to-use-the-v7-endpoint-2258 + see: https://balena.fibery.io/Work/Task/API-resources-Change-the-requests-to-use-the-v7-endpoint-2258 + author: Thodoris Greasidis + nested: [] + version: 6.0.1 + title: "" + date: 2024-10-23T11:17:04.701Z - commits: - subject: "API/resources: Change the requests to use the v7 endpoint" hash: f57f65b394f30fae3b449a373e4e05f9d2d969de diff --git a/CHANGELOG.md b/CHANGELOG.md index bef40da9b5..db6176de34 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.0.1 - 2024-10-23 + +* API/overview: Update the requests to use the v7 endpoint [Thodoris Greasidis] + ## 6.0.0 - 2024-10-23 * API/resources: Change the requests to use the v7 endpoint [Thodoris Greasidis] diff --git a/package-lock.json b/package-lock.json index 4243b1bdf2..dcab5868fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "6.0.0", + "version": "6.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "6.0.0", + "version": "6.0.1", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index 94fc0d44bf..1f925f6585 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "6.0.0", + "version": "6.0.1", "engines": { "node": "^18.0.0" }, @@ -58,6 +58,6 @@ "wrangler": "^3.62.0" }, "versionist": { - "publishedAt": "2024-10-23T09:39:46.836Z" + "publishedAt": "2024-10-23T11:17:05.272Z" } }