diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a993dd30..786de899 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "env add: Fix accepting fleet names when setting service vars" + hash: 50e852acee7c3c243a0228d3725217bdc2545e32 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 16.2.2 + title: "" + date: 2023-05-23T14:02:34.112Z - commits: - subject: Update balena-settings-client to 5.0.2 hash: d9651c7393a928ea8069b2070071b4bdb55637e1 diff --git a/CHANGELOG.md b/CHANGELOG.md index b951307f..b60c3f86 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.2.2 - 2023-05-23 + +* env add: Fix accepting fleet names when setting service vars [Thodoris Greasidis] + ## 16.2.1 - 2023-05-23 * Update balena-settings-client to 5.0.2 [Thodoris Greasidis] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 32210a6f..e973d67f 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "16.2.1", + "version": "16.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "16.2.1", + "version": "16.2.2", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 6d7518c1..4ca0d65d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "16.2.1", + "version": "16.2.2", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -285,6 +285,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2023-05-23T12:28:24.098Z" + "publishedAt": "2023-05-23T14:02:35.022Z" } }