Skip to content

Commit 7645ae1

Browse files
chore(main): release v0.16.2 (#93)
Co-authored-by: <>
1 parent 8c5d18f commit 7645ae1

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [v0.16.2](https://github.com/qdrant/qcloud-cli/releases/tag/v0.16.2)
4+
5+
### Bug Fixes
6+
7+
- remove multi-az flag from the cluster scale command, as that is a (#92)
8+
39
## [v0.16.1](https://github.com/qdrant/qcloud-cli/releases/tag/v0.16.1)
410

511
### Bug Fixes

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.16.1" // x-releaser-pleaser-version
13+
version = "0.16.2" // x-releaser-pleaser-version
1414
versionPrerelease = "dev"
1515
)
1616

0 commit comments

Comments
 (0)