Skip to content

Commit 16016a0

Browse files
github-actions[bot]github-actionsyaziine
authored
chore(release): v1.7.1 (#157)
* chore(release): v1.7.1 * chore: update version --------- Co-authored-by: github-actions <release@getstream.io> Co-authored-by: yaziine <y.ennebati@gmail.com>
1 parent 2dda3c4 commit 16016a0

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.7.1](https://github.com/GetStream/stream-cli/compare/v1.7.0...v1.7.1) (2023-08-01)
6+
7+
8+
### Bug Fixes
9+
10+
* check if message.parent_id exists ([#156](https://github.com/GetStream/stream-cli/issues/156)) ([2dda3c4](https://github.com/GetStream/stream-cli/commit/2dda3c46954bef6b6232620be75ba816a3b1afb2))
11+
512
## [1.7.0](https://github.com/GetStream/stream-cli/compare/v1.6.0...v1.7.0) (2023-01-27)
613

714

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 = 5
10-
versionPatch = 0
9+
versionMinor = 7
10+
versionPatch = 1
1111
)
1212

1313
func FmtVersion() string {

0 commit comments

Comments
 (0)