We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c5d18f commit 7645ae1Copy full SHA for 7645ae1
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
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
9
## [v0.16.1](https://github.com/qdrant/qcloud-cli/releases/tag/v0.16.1)
10
11
### Bug Fixes
cmd/qcloud/main.go
@@ -10,7 +10,7 @@ import (
)
12
var (
13
- version = "0.16.1" // x-releaser-pleaser-version
+ version = "0.16.2" // x-releaser-pleaser-version
14
versionPrerelease = "dev"
15
16
0 commit comments