diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 9490eedd39..c1fb074bd6 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,42 @@ +- commits: + - subject: "API/resources: Add the device.shoud_be_running__release field & + example use" + hash: f91079fca2b7c84520ff76939a9ab34bb6421c58 + body: "" + footer: + Change-type: minor + change-type: minor + author: Thodoris Greasidis + nested: [] + - subject: "API/resources: Change the device get-target-release url id to + get-pinned-release" + hash: ae9528518831c59e759bce0d7b05b690ac54fb7e + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + - subject: "API/resources: Change the fleet set-commit url id to + set-target-release-by-id" + hash: 09952a024d8cf7f257c9032f4ef818becc18e0f9 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + - subject: "API/resources: Add a GET example for the fleet's target release" + hash: 36077789e2625aa29fa316b0ee994ec5577c6ea9 + body: "" + footer: + Change-type: minor + change-type: minor + author: Thodoris Greasidis + nested: [] + version: 6.1.0 + title: "" + date: 2024-10-24T15:14:17.764Z - commits: - subject: "API/overview: Update the requests to use the v7 endpoint" hash: f6ba5009daa1310c63a6ad3bed90e4cc125cb884 diff --git a/CHANGELOG.md b/CHANGELOG.md index db6176de34..aaadc3b943 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.0 - 2024-10-24 + +* API/resources: Add the device.shoud_be_running__release field & example use [Thodoris Greasidis] +* API/resources: Change the device get-target-release url id to get-pinned-release [Thodoris Greasidis] +* API/resources: Change the fleet set-commit url id to set-target-release-by-id [Thodoris Greasidis] +* API/resources: Add a GET example for the fleet's target release [Thodoris Greasidis] + ## 6.0.1 - 2024-10-23 * API/overview: Update the requests to use the v7 endpoint [Thodoris Greasidis] diff --git a/package-lock.json b/package-lock.json index dcab5868fd..e0f80de059 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "6.0.1", + "version": "6.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "6.0.1", + "version": "6.1.0", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index 1f925f6585..e4d22d482b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "6.0.1", + "version": "6.1.0", "engines": { "node": "^18.0.0" }, @@ -58,6 +58,6 @@ "wrangler": "^3.62.0" }, "versionist": { - "publishedAt": "2024-10-23T11:17:05.272Z" + "publishedAt": "2024-10-24T15:14:18.462Z" } }