diff --git a/CHANGELOG.md b/CHANGELOG.md index e03a31163..c37a43573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [8.46.0](https://github.com/GetStream/stream-chat-js/compare/v8.45.3...v8.46.0) (2024-12-03) + + +### Features + +* add AI related user events ([#1400](https://github.com/GetStream/stream-chat-js/issues/1400)) ([b1d4249](https://github.com/GetStream/stream-chat-js/commit/b1d42492e6098ab682d84f348a98a73bdf77485f)) + ### [8.45.3](https://github.com/GetStream/stream-chat-js/compare/v8.45.2...v8.45.3) (2024-11-28) diff --git a/package.json b/package.json index 894208829..4011bf795 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stream-chat", - "version": "8.45.3", + "version": "8.46.0", "description": "JS SDK for the Stream Chat API", "author": "GetStream", "homepage": "https://getstream.io/chat/",