Skip to content

Commit

Permalink
chore(release): v1.5.0 (#146)
Browse files Browse the repository at this point in the history
* chore(release): v1.5.0

Co-authored-by: ferhat elmas <[email protected]>
Co-authored-by: yaziine <[email protected]>
  • Loading branch information
3 people authored Sep 23, 2022
1 parent fbe9623 commit 953327d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ jobs:
git push -q -u origin "docs-${{ env.VERSION }}"
# Push to docs branch
gh pr create -t "docs(${{ env.VERSION }}): update markdown docs"
gh pr create --fill -t "docs(${{ env.VERSION }}): update markdown docs"
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.

## [1.5.0](https://github.com/GetStream/stream-cli/compare/v1.4.6...v1.5.0) (2022-09-23)


### Features

* add devices validation for import ([#144](https://github.com/GetStream/stream-cli/issues/144)) ([4ab96e7](https://github.com/GetStream/stream-cli/commit/4ab96e7c48ee4421a1766393aa73b24b8d233c9d))
* 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))


### [1.4.6](https://github.com/GetStream/stream-cli/compare/v1.4.5...v1.4.6) (2022-06-08)


Expand Down
4 changes: 2 additions & 2 deletions pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (

const (
versionMajor = 1
versionMinor = 4
versionPatch = 5
versionMinor = 5
versionPatch = 0
)

func FmtVersion() string {
Expand Down

0 comments on commit 953327d

Please sign in to comment.