diff --git a/CHANGELOG.md b/CHANGELOG.md index 62677717e..aff614735 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.37.0](https://github.com/GetStream/stream-chat-js/compare/v8.36.0...v8.37.0) (2024-06-25) + + +### Features + +* update flag endpoint ([#1323](https://github.com/GetStream/stream-chat-js/issues/1323)) ([1944b76](https://github.com/GetStream/stream-chat-js/commit/1944b7604da71ed556810148b11b55df1313c931)) + ## [8.36.0](https://github.com/GetStream/stream-chat-js/compare/v8.35.0...v8.36.0) (2024-06-10) diff --git a/package.json b/package.json index 18fb79e03..93f59d7be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stream-chat", - "version": "8.36.0", + "version": "8.37.0", "description": "JS SDK for the Stream Chat API", "author": "GetStream", "homepage": "https://getstream.io/chat/",