From a4e63b1d932da3635532663285529c6ed00f4c43 Mon Sep 17 00:00:00 2001 From: Tomas Kral Date: Tue, 1 Sep 2026 11:55:40 +0200 Subject: [PATCH] chore: bump version to 2.0.4 Assisted-by: Codex Signed-off-by: Tomas Kral --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49ed9dd..b5efea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to `@red-hat-developer-hub/cli` are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 2.0.4 - 2026-08-27 + +### Added + +- Expose the bundled Backstage CLI's intent-based `auth` and `actions` commands through `rhdh-cli` ([#167](https://github.com/redhat-developer/rhdh-cli/pull/167)). The new pass-through commands support logging in to and managing authenticated RHDH instances, as well as listing and executing actions and managing action-discovery sources. Arguments and exit codes are forwarded to the bundled CLI, while command output is rebranded as `rhdh-cli`. + ## 2.0.3 - 2026-08-25 ### Fixed diff --git a/package.json b/package.json index 1606920..53c3dbd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@red-hat-developer-hub/cli", "description": "CLI for developing Backstage plugins and apps", - "version": "2.0.3", + "version": "2.0.4", "publishConfig": { "access": "public" },