We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 848f5e7 commit e24fa50Copy full SHA for e24fa50
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [v0.18.0](https://github.com/qdrant/qcloud-cli/releases/tag/v0.18.0)
4
+
5
+### Features
6
7
+- add cluster create-from-backup command (#96)
8
9
## [v0.17.0](https://github.com/qdrant/qcloud-cli/releases/tag/v0.17.0)
10
11
### Features
cmd/qcloud/main.go
@@ -10,7 +10,7 @@ import (
)
12
var (
13
- version = "0.17.0" // x-releaser-pleaser-version
+ version = "0.18.0" // x-releaser-pleaser-version
14
versionPrerelease = "dev"
15
16
0 commit comments