We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6187184 commit 86969f7Copy full SHA for 86969f7
2 files changed
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## [v0.23.0](https://github.com/qdrant/qcloud-cli/releases/tag/v0.23.0)
4
+
5
+### Features
6
7
+- add e2e initial tests that check on cluster creation flow (#119)
8
9
+### Bug Fixes
10
11
+- **cd**: bump goreleaser and use homebrew_casks to publish homebrew (#123)
12
13
## [v0.22.0](https://github.com/qdrant/qcloud-cli/releases/tag/v0.22.0)
14
15
### Features
cmd/qcloud/main.go
@@ -10,7 +10,7 @@ import (
)
var (
- version = "0.22.0" // x-releaser-pleaser-version
+ version = "0.23.0" // x-releaser-pleaser-version
versionPrerelease = "dev"
16
0 commit comments