Skip to content

Commit 91e8556

Browse files
github-actions[bot]github-actions
andauthored
Release v6.2.0 (#240)
Co-authored-by: github-actions <[email protected]>
1 parent 0bc2668 commit 91e8556

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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+
## [6.2.0](https://github.com/GetStream/stream-chat-go/compare/v6.1.0...v6.2.0) (2022-08-31)
6+
7+
8+
### Features
9+
10+
* event user unread message reminder ([#239](https://github.com/GetStream/stream-chat-go/issues/239)) ([0bc2668](https://github.com/GetStream/stream-chat-go/commit/0bc266896bdcc9f649028ad3cd3e8a25a3f7e2ab))
11+
512
## [6.1.0](https://github.com/GetStream/stream-chat-go/compare/v6.0.0...v6.1.0) (2022-08-16)
613

714

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66

77
const (
88
versionMajor = 6
9-
versionMinor = 1
9+
versionMinor = 2
1010
versionPatch = 0
1111
)
1212

0 commit comments

Comments
 (0)