Skip to content

Commit 86969f7

Browse files
chore(main): release v0.23.0 (#124)
1 parent 6187184 commit 86969f7

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

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

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+
313
## [v0.22.0](https://github.com/qdrant/qcloud-cli/releases/tag/v0.22.0)
414

515
### Features

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

0 commit comments

Comments
 (0)