diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 52f788d420..47f24ec334 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,25 @@ +- commits: + - subject: "API/resources: Add docs on how to retrieve device service env vars by + device UUID" + hash: 2b3e0dc18c50d5127953e29d7d71e50bc9ede540 + body: "" + footer: + Change-type: minor + change-type: minor + author: Thodoris Greasidis + nested: [] + - subject: "API/resources: Add docs on how to retrieve device env vars by device + UUID" + hash: b882685df2e4eeb411ef2c6a972741316d5f123e + body: "" + footer: + Change-type: minor + change-type: minor + author: Thodoris Greasidis + nested: [] + version: 5.67.0 + title: "" + date: 2024-09-02T09:13:50.900Z - commits: - subject: "patch: Remove balena suffix from configurations list" hash: 3833eb3865ac5cdce919b7c42b13e1ffad4434ea diff --git a/CHANGELOG.md b/CHANGELOG.md index 84348282e3..cfadf7a640 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.67.0 - 2024-09-02 + +* API/resources: Add docs on how to retrieve device service env vars by device UUID [Thodoris Greasidis] +* API/resources: Add docs on how to retrieve device env vars by device UUID [Thodoris Greasidis] + ## 5.66.16 - 2024-08-26 * patch: Remove balena suffix from configurations list [Vipul Gupta] diff --git a/package-lock.json b/package-lock.json index adc21df2d5..1b319e8df7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "5.66.16", + "version": "5.67.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "5.66.16", + "version": "5.67.0", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index a5385afeef..1e66520178 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "5.66.16", + "version": "5.67.0", "engines": { "node": "^18.0.0" }, @@ -60,6 +60,6 @@ "wrangler": "^3.62.0" }, "versionist": { - "publishedAt": "2024-08-26T19:48:23.237Z" + "publishedAt": "2024-09-02T09:13:51.443Z" } }