diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 5707784e8..93f71a8b9 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,39 @@ +- commits: + - subject: "tests: Remove the explicit error checks for non-tarball DWB requests" + hash: 0ca96b7440af76a1b7c52899d880dc817cf69278 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + - subject: "tests: Properly cleanup the test orgs" + hash: 431acbfa773b271b614c619595abc61f3c6e791c + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + - subject: "tests: Reduce the request batching chunk size to speed up tests" + hash: d3397cb6fdf6fd7edb4247d0d5980086e9338c1d + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + - subject: Add option for configuring the request batching chunk size + hash: 94e5d7816ac813e9b8468b73e3d365f735182f4b + body: "" + footer: + Change-type: minor + change-type: minor + author: Thodoris Greasidis + nested: [] + version: 19.3.0 + title: "" + date: 2023-11-30T13:54:32.874Z - commits: - subject: Add organization logo to organization hash: 251e835ad6fe778024bbe358fa70aa73c8e250b8 diff --git a/CHANGELOG.md b/CHANGELOG.md index 989910810..c946a53d0 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](http://semver.org/). +## 19.3.0 - 2023-11-30 + +* tests: Remove the explicit error checks for non-tarball DWB requests [Thodoris Greasidis] +* tests: Properly cleanup the test orgs [Thodoris Greasidis] +* tests: Reduce the request batching chunk size to speed up tests [Thodoris Greasidis] +* Add option for configuring the request batching chunk size [Thodoris Greasidis] + ## 19.2.0 - 2023-11-13 * Add organization logo to organization [Otávio Jacobi] diff --git a/package.json b/package.json index 2b4914312..57ea9294c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-sdk", - "version": "19.2.0", + "version": "19.3.0", "description": "The Balena JavaScript SDK", "main": "index.js", "types": "index.d.ts", @@ -140,6 +140,6 @@ "tslib": "^2.1.0" }, "versionist": { - "publishedAt": "2023-11-13T11:20:59.038Z" + "publishedAt": "2023-11-30T13:54:33.380Z" } }