From 795259bf305457bc88c21723874f20ea956428c0 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 20:21:03 +0000 Subject: [PATCH] v20.2.7 --- .versionbot/CHANGELOG.yml | 14 ++++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 4 ++-- package.json | 4 ++-- 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 0550c575..eeb64829 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Use the CLI version in the X-Balena-Client header + hash: bef5221ed891db12a0b760f12fc9654e2f4e241b + body: "" + footer: + Change-type: patch + change-type: patch + See: https://balena.fibery.io/Work/Project/Extend-the-X-Balena-Client-header-to-include-the-UI-CLI-version-as-well-1174 + see: https://balena.fibery.io/Work/Project/Extend-the-X-Balena-Client-header-to-include-the-UI-CLI-version-as-well-1174 + author: Thodoris Greasidis + nested: [] + version: 20.2.7 + title: "" + date: 2025-02-25T20:21:00.603Z - commits: - subject: Update actions/upload-artifact digest to 4cec3d8 hash: 6f0f7350cf65c35abd099a901266821c218478eb diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fc66277..1a66929b 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/). +## 20.2.7 - 2025-02-25 + +* Use the CLI version in the X-Balena-Client header [Thodoris Greasidis] + ## 20.2.6 - 2025-02-25 * Update actions/upload-artifact digest to 4cec3d8 [balena-renovate[bot]] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8b78b7bc..500943eb 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "20.2.6", + "version": "20.2.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "20.2.6", + "version": "20.2.7", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 78d7957b..cdbdd399 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "20.2.6", + "version": "20.2.7", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -274,6 +274,6 @@ } }, "versionist": { - "publishedAt": "2025-02-25T19:13:49.353Z" + "publishedAt": "2025-02-25T20:21:01.544Z" } }