Skip to content

Commit 953327d

Browse files
github-actions[bot]ferhatelmasyaziine
authored
chore(release): v1.5.0 (#146)
* chore(release): v1.5.0 Co-authored-by: ferhat elmas <elmas.ferhat@gmail.com> Co-authored-by: yaziine <y.ennebati@gmail.com>
1 parent fbe9623 commit 953327d

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ jobs:
7070
git push -q -u origin "docs-${{ env.VERSION }}"
7171
7272
# Push to docs branch
73-
gh pr create -t "docs(${{ env.VERSION }}): update markdown docs"
73+
gh pr create --fill -t "docs(${{ env.VERSION }}): update markdown docs"

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.5.0](https://github.com/GetStream/stream-cli/compare/v1.4.6...v1.5.0) (2022-09-23)
6+
7+
8+
### Features
9+
10+
* add devices validation for import ([#144](https://github.com/GetStream/stream-cli/issues/144)) ([4ab96e7](https://github.com/GetStream/stream-cli/commit/4ab96e7c48ee4421a1766393aa73b24b8d233c9d))
11+
* add deactivated_at support into user import ([#147](https://github.com/GetStream/stream-cli/issues/147)) ([fbe96232](https://github.com/GetStream/stream-cli/commit/fbe96232e86bbafd6d5c83953dad1071c1e5ffbc))
12+
13+
514
### [1.4.6](https://github.com/GetStream/stream-cli/compare/v1.4.5...v1.4.6) (2022-06-08)
615

716

pkg/version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import (
66

77
const (
88
versionMajor = 1
9-
versionMinor = 4
10-
versionPatch = 5
9+
versionMinor = 5
10+
versionPatch = 0
1111
)
1212

1313
func FmtVersion() string {

0 commit comments

Comments
 (0)