diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 2707f83be..f91f4c73e 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Fix refresh-token including additional jwt properties + hash: 42a40836d1781e85864a57599021632abfe379b7 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 25.1.1 + title: "" + date: 2024-06-18T07:58:31.401Z - commits: - subject: "is_pinned_on__release: Add migration to sync 'is pinned on-release' with 'should be running-release' in device table" diff --git a/CHANGELOG.md b/CHANGELOG.md index b98608396..ce0f53d29 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/). +## 25.1.1 - 2024-06-18 + +* Fix refresh-token including additional jwt properties [Thodoris Greasidis] + ## 25.1.0 - 2024-06-17 * is_pinned_on__release: Add migration to sync 'is pinned on-release' with 'should be running-release' in device table [Andrea Rosci] diff --git a/package-lock.json b/package-lock.json index dc03cd498..8b3d29dfd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "25.1.0", + "version": "25.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "25.1.0", + "version": "25.1.1", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^9.1.4", diff --git a/package.json b/package.json index 62cd2b159..a3a3a4df6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "25.1.0", + "version": "25.1.1", "license": "AGPL-3.0", "repository": { "type": "git", @@ -165,6 +165,6 @@ "loader": "ts-node/esm/transpile-only" }, "versionist": { - "publishedAt": "2024-06-17T15:59:12.386Z" + "publishedAt": "2024-06-18T07:58:32.253Z" } }