diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index ad0d801c8..f25de25a5 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Check user access to the device type provided to /config/vars + hash: a0c5b7053490842dc55a657c9c7d749664cbff85 + body: "" + footer: + Change-type: patch + change-type: patch + See: https://balena.zulipchat.com/#narrow/stream/345889-balena-io.2Fos/topic/balenaOS.20for.20RPi.205.20.5BUnder.20NDA.5D/near/393642691 + see: https://balena.zulipchat.com/#narrow/stream/345889-balena-io.2Fos/topic/balenaOS.20for.20RPi.205.20.5BUnder.20NDA.5D/near/393642691 + author: Thodoris Greasidis + nested: [] + version: 14.7.1 + title: "" + date: 2023-09-28T10:29:54.567Z - commits: - subject: Support extending the device fields populated in the "get-state" event hash: 9fe1e79fd23618dd374f4a9f913710ebda387954 diff --git a/CHANGELOG.md b/CHANGELOG.md index 50a03ef2f..c25e54050 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/). +## 14.7.1 - 2023-09-28 + +* Check user access to the device type provided to /config/vars [Thodoris Greasidis] + ## 14.7.0 - 2023-09-28 * Support extending the device fields populated in the "get-state" event [Thodoris Greasidis] diff --git a/package-lock.json b/package-lock.json index 66ede7bbb..5ad8b5387 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "14.7.0", + "version": "14.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "14.7.0", + "version": "14.7.1", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^9.0.3", diff --git a/package.json b/package.json index 509c5d77c..571bbba1a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "14.7.0", + "version": "14.7.1", "license": "AGPL-3.0", "repository": { "type": "git", @@ -153,6 +153,6 @@ "_": "index.js" }, "versionist": { - "publishedAt": "2023-09-28T07:11:58.059Z" + "publishedAt": "2023-09-28T10:29:55.588Z" } }