diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 4c419e7b12..dc228dabba 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,25 @@ +- commits: + - subject: 'API/resources: Add a note that "Get all fleets" will also include + public fleets' + hash: 9d553dc8bbe55296663644ba8505874eefe33c5a + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + - subject: "API/resources: Add an example for retrieving the fleets of a specific + organization" + hash: b107d10bb0d8733e0452174c0906b304149d8b53 + body: "" + footer: + Change-type: minor + change-type: minor + author: Thodoris Greasidis + nested: [] + version: 5.71.0 + title: "" + date: 2024-10-14T15:08:12.395Z - commits: - subject: "patch: add tested modem disclaimer" hash: 3c72cc65d9c1fa8644e93b727762c15e2bffb599 diff --git a/CHANGELOG.md b/CHANGELOG.md index f37bf7ff35..4580e3d570 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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/). +## 5.71.0 - 2024-10-14 + +* API/resources: Add a note that "Get all fleets" will also include public fleets [Thodoris Greasidis] +* API/resources: Add an example for retrieving the fleets of a specific organization [Thodoris Greasidis] + ## 5.70.2 - 2024-10-11 * patch: add tested modem disclaimer [rmorillo24] diff --git a/package-lock.json b/package-lock.json index b130f8e68b..6fe5a6a066 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "5.70.2", + "version": "5.71.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "5.70.2", + "version": "5.71.0", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index 83b392a672..3ddf458124 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "5.70.2", + "version": "5.71.0", "engines": { "node": "^18.0.0" }, @@ -60,6 +60,6 @@ "wrangler": "^3.62.0" }, "versionist": { - "publishedAt": "2024-10-11T08:58:00.628Z" + "publishedAt": "2024-10-14T15:08:13.005Z" } }