Skip to content

Commit

Permalink
chore(release): v5.8.0 (#221)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Apr 25, 2022
1 parent 82428f5 commit 1c41592
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

## [5.8.0](https://github.com/GetStream/stream-chat-go/compare/v5.7.0...v5.8.0) (2022-04-25)


### Features

* add new props to pushprovider ([#218](https://github.com/GetStream/stream-chat-go/issues/218)) ([82428f5](https://github.com/GetStream/stream-chat-go/commit/82428f52bf3efc3f03de332c4eb6603384b1912e))
* **truncate:** add user id if message provided ([#212](https://github.com/GetStream/stream-chat-go/issues/212)) ([d434b11](https://github.com/GetStream/stream-chat-go/commit/d434b11778c93d1edac280b086cfb3cf1eb3c692))

## [5.7.0](https://github.com/GetStream/stream-chat-go/compare/v5.6.0...v5.7.0) (2022-04-01)


Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

const (
versionMajor = 5
versionMinor = 7
versionMinor = 8
versionPatch = 0
)

Expand Down

0 comments on commit 1c41592

Please sign in to comment.