diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 09b0061bde..b4b58918f3 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Add the release versioning fields in the resource reference + hash: 547e49185a10cebb1ccbfb6ccfa937f73b33692e + body: "" + footer: + Change-type: minor + change-type: minor + author: Thodoris Greasidis + nested: [] + version: 5.56.0 + title: "" + date: 2023-09-19T19:43:47.946Z - commits: - subject: "API/Resources: Add examples for device pinning by UUID" hash: 90470f17902ecdfc93b3e22927d5daffd8dbd06e diff --git a/CHANGELOG.md b/CHANGELOG.md index c1e8ff6807..4e632185d8 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.0 - 2023-09-19 + +* Add the release versioning fields in the resource reference [Thodoris Greasidis] + ## 5.55.0 - 2023-09-19 * API/Resources: Add examples for device pinning by UUID [Thodoris Greasidis] diff --git a/package-lock.json b/package-lock.json index 6ef21f95d5..5f8791321c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "5.55.0", + "version": "5.56.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "5.55.0", + "version": "5.56.0", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index 118108603e..0ca0fac517 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "5.55.0", + "version": "5.56.0", "engines": { "node": "^18.0.0" }, @@ -58,6 +58,6 @@ "wrangler": "^3.5.1" }, "versionist": { - "publishedAt": "2023-09-19T16:50:55.604Z" + "publishedAt": "2023-09-19T19:43:48.688Z" } }