diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index efd51a93d..c53f0aae5 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,19 @@ +- commits: + - subject: Add applicationClass parameter to application create function for + setting is_of__class property + hash: 03572ea47e5a8533baf2e583982850b38555ff84 + body: "" + footer: + Change-type: minor + change-type: minor + Signed-off-by: Matthew Yarmolinsky + signed-off-by: Matthew Yarmolinsky + author: Matthew Yarmolinsky + nested: [] + version: 16.15.0 + title: "'Add applicationClass parameter to application create function for + setting is_of__class property'" + date: 2022-02-16T13:35:17.994Z - commits: - subject: Add name and description field to generateDeviceKey for device. hash: acdbdd5164af283240270c7fe36075f4f5dc0b87 diff --git a/CHANGELOG.md b/CHANGELOG.md index f156d2348..dcd2b5f4c 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/). +## 16.15.0 - 2022-02-16 + +* Add applicationClass parameter to application create function for setting is_of__class property [Matthew Yarmolinsky] + ## 16.14.0 - 2022-02-15 * Add name and description field to generateDeviceKey for device. [Nitish Agarwal] diff --git a/package.json b/package.json index 5f182d561..c1eb7b1fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-sdk", - "version": "16.14.0", + "version": "16.15.0", "description": "The Balena JavaScript SDK", "main": "index.js", "types": "index.d.ts", @@ -120,6 +120,6 @@ "tslib": "^2.1.0" }, "versionist": { - "publishedAt": "2022-02-15T09:27:49.984Z" + "publishedAt": "2022-02-16T13:35:18.540Z" } }