diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 3b74e01dd..e3370fb89 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,23 @@ +- commits: + - subject: Add methods for the team application access model + hash: 8e1e3cbcf80fbeb11165f000881b4ecbf9ec6343 + body: "" + footer: + Change-type: minor + change-type: minor + author: Andrea Rosci + nested: [] + - subject: Add methods for the team model + hash: 24cd4628b7b5a1597bcb21da3480417dcdec1471 + body: "" + footer: + Change-type: minor + change-type: minor + author: Andrea Rosci + nested: [] + version: 21.1.0 + title: "" + date: 2025-01-21T18:47:00.694Z - commits: - subject: "BREAKING config.getAll: Remove the missed deprecated deviceTypes property" diff --git a/CHANGELOG.md b/CHANGELOG.md index ca29624be..70dd82bc6 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](http://semver.org/). +## 21.1.0 - 2025-01-21 + +* Add methods for the team application access model [Andrea Rosci] +* Add methods for the team model [Andrea Rosci] + ## 21.0.1 - 2025-01-16 * BREAKING config.getAll: Remove the missed deprecated deviceTypes property [Thodoris Greasidis] diff --git a/package.json b/package.json index f41d73253..12b01efb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-sdk", - "version": "21.0.1", + "version": "21.1.0", "description": "The Balena JavaScript SDK", "type": "commonjs", "main": "index.js", @@ -139,6 +139,6 @@ "tslib": "^2.1.0" }, "versionist": { - "publishedAt": "2025-01-16T12:49:13.582Z" + "publishedAt": "2025-01-21T18:47:01.219Z" } }