Skip to content

Commit 2939898

Browse files
author
committed
chore(main): release v0.20.0
1 parent 6e83875 commit 2939898

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

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+
312
## [v0.19.0](https://github.com/qdrant/qcloud-cli/releases/tag/v0.19.0)
413

514
### Features

cmd/qcloud/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
var (
13-
version = "0.19.0" // x-releaser-pleaser-version
13+
version = "0.20.0" // x-releaser-pleaser-version
1414
versionPrerelease = "dev"
1515
)
1616

0 commit comments

Comments
 (0)