Skip to content

Commit c9268f2

Browse files
author
committed
chore(main): release v1.0.0
1 parent 6ee5e35 commit c9268f2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [v1.0.0](https://github.com/qdrant/qcloud-cli/releases/tag/v1.0.0)
4+
5+
### Features
6+
7+
- add zizmor security scanner (#78)
8+
- add missing flags to the hybrid environment clusters (#76)
9+
- **BREAKING**: merge hybrid cluster commands into cluster, move package to root (#86)
10+
311
## [v0.15.0](https://github.com/qdrant/qcloud-cli/releases/tag/v0.15.0)
412

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

0 commit comments

Comments
 (0)