Skip to content

Commit 8580735

Browse files
github-actions[bot]github-actions
andauthored
chore(release): v6.9.0 (#268)
Co-authored-by: github-actions <[email protected]>
1 parent 2823d64 commit 8580735

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.9.0](https://github.com/GetStream/stream-chat-go/compare/v6.8.0...v6.9.0) (2024-02-27)
6+
7+
8+
### Features
9+
10+
* add support for unread counts endpoints ([#265](https://github.com/GetStream/stream-chat-go/issues/265)) ([b446205](https://github.com/GetStream/stream-chat-go/commit/b4462051ea584326d54b78d35693dd1589668b06))
11+
12+
13+
### Bug Fixes
14+
15+
* include push providers in push notification fields ([#266](https://github.com/GetStream/stream-chat-go/issues/266)) ([4d0ec56](https://github.com/GetStream/stream-chat-go/commit/4d0ec56eee673f2022c936a1509b66446c2daa53))
16+
517
## [6.8.0](https://github.com/GetStream/stream-chat-go/compare/v6.7.0...v6.8.0) (2023-12-13)
618

719

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 = 8
9+
versionMinor = 9
1010
versionPatch = 0
1111
)
1212

0 commit comments

Comments
 (0)