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" )