diff --git a/CHANGELOG.md b/CHANGELOG.md index 3522ac1..bc14575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v0.20.0](https://github.com/qdrant/qcloud-cli/releases/tag/v0.20.0) + +### Features + +- introduce automatic registration of --no-headers on list commands and cloud-provider list to use it (#109) +- add account and account member commands (#108) +- add role management commands (#107) +- add user management commands (#102) + ## [v0.19.0](https://github.com/qdrant/qcloud-cli/releases/tag/v0.19.0) ### Features diff --git a/cmd/qcloud/main.go b/cmd/qcloud/main.go index 86b6bdb..9baa67f 100644 --- a/cmd/qcloud/main.go +++ b/cmd/qcloud/main.go @@ -10,7 +10,7 @@ import ( ) var ( - version = "0.19.0" // x-releaser-pleaser-version + version = "0.20.0" // x-releaser-pleaser-version versionPrerelease = "dev" )