From 161557490b585c4a7247c1aebe4db6fc987b28be Mon Sep 17 00:00:00 2001 From: <> Date: Fri, 17 Jul 2026 16:19:21 +0000 Subject: [PATCH] chore(main): release v0.25.0 --- CHANGELOG.md | 7 +++++++ cmd/qcloud/main.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51e0080..daa8de1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [v0.25.0](https://github.com/qdrant/qcloud-cli/releases/tag/v0.25.0) + +### Features + +- add qcloud user delete command (#163) +- **cluster**: add cluster dashboard command to open up a browser tab with the qdrant web ui automatically authenticated + ## [v0.24.2](https://github.com/qdrant/qcloud-cli/releases/tag/v0.24.2) ### Bug Fixes diff --git a/cmd/qcloud/main.go b/cmd/qcloud/main.go index 0417657..eca9dce 100644 --- a/cmd/qcloud/main.go +++ b/cmd/qcloud/main.go @@ -10,7 +10,7 @@ import ( ) var ( - version = "0.24.2" // x-releaser-pleaser-version + version = "0.25.0" // x-releaser-pleaser-version versionPrerelease = "dev" )