diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index cc73ccd89..f441fa3a3 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: "tests: Add a prefix in the name of the auto-generated config.json api + keys" + hash: 1f23281a42eed2bfa1ebaeb498882a302c54114c + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 20.8.1 + title: "" + date: 2024-12-17T17:10:47.129Z - commits: - subject: "`os`: Add `getOsUpdateType` method for getting the OS update type for a device type from one OS version to another" diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f3c0e25b..50bbddf6f 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/). +## 20.8.1 - 2024-12-17 + +* tests: Add a prefix in the name of the auto-generated config.json api keys [Thodoris Greasidis] + ## 20.8.0 - 2024-12-11 * `os`: Add `getOsUpdateType` method for getting the OS update type for a device type from one OS version to another [myarmolinsky] diff --git a/package.json b/package.json index 80ad5cbf3..95dff00d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-sdk", - "version": "20.8.0", + "version": "20.8.1", "description": "The Balena JavaScript SDK", "type": "commonjs", "main": "index.js", @@ -139,6 +139,6 @@ "tslib": "^2.1.0" }, "versionist": { - "publishedAt": "2024-12-11T16:39:36.281Z" + "publishedAt": "2024-12-17T17:10:47.625Z" } }