We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e83875 commit 2939898Copy full SHA for 2939898
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## [v0.20.0](https://github.com/qdrant/qcloud-cli/releases/tag/v0.20.0)
4
+
5
+### Features
6
7
+- introduce automatic registration of --no-headers on list commands and cloud-provider list to use it (#109)
8
+- add account and account member commands (#108)
9
+- add role management commands (#107)
10
+- add user management commands (#102)
11
12
## [v0.19.0](https://github.com/qdrant/qcloud-cli/releases/tag/v0.19.0)
13
14
### Features
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"
15
16
0 commit comments