We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea110f3 commit 73b4159Copy full SHA for 73b4159
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [v0.16.0](https://github.com/qdrant/qcloud-cli/releases/tag/v0.16.0)
4
+
5
+### Features
6
7
+- add zizmor security scanner (#78)
8
+- add missing flags to the hybrid environment clusters (#76)
9
10
## [v0.15.0](https://github.com/qdrant/qcloud-cli/releases/tag/v0.15.0)
11
12
### Features
cmd/qcloud/main.go
@@ -10,7 +10,7 @@ import (
)
var (
13
- version = "0.15.0" // x-releaser-pleaser-version
+ version = "0.16.0" // x-releaser-pleaser-version
14
versionPrerelease = "dev"
15
16
0 commit comments