diff --git a/CHANGELOG.md b/CHANGELOG.md index 21d4a29..5e1e173 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/version.go b/version.go index ea6c9cf..09828b8 100644 --- a/version.go +++ b/version.go @@ -6,7 +6,7 @@ import ( const ( versionMajor = 6 - versionMinor = 8 + versionMinor = 9 versionPatch = 0 )