Skip to content

Commit

Permalink
chore(release): v6.9.0 (#268)
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 Feb 27, 2024
1 parent 2823d64 commit 8580735
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

## [6.9.0](https://github.com/GetStream/stream-chat-go/compare/v6.8.0...v6.9.0) (2024-02-27)


### Features

* 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))


### Bug Fixes

* 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))

## [6.8.0](https://github.com/GetStream/stream-chat-go/compare/v6.7.0...v6.8.0) (2023-12-13)


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 = 6
versionMinor = 8
versionMinor = 9
versionPatch = 0
)

Expand Down

0 comments on commit 8580735

Please sign in to comment.