diff --git a/CHANGELOG.md b/CHANGELOG.md index d963a925..acadca38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.8.0](https://github.com/GetStream/stream-js/compare/v8.7.0...v8.8.0) (2025-04-10) + ## [8.7.0](https://github.com/GetStream/stream-js/compare/v8.6.1...v8.7.0) (2025-03-14) ### [8.6.1](https://github.com/GetStream/stream-js/compare/v8.5.1...v8.6.1) (2025-02-20) diff --git a/package.json b/package.json index c5cca1c4..419d4f4c 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "homepage": "https://getstream.io/docs/?language=js", "email": "support@getstream.io", "license": "BSD-3-Clause", - "version": "8.7.0", + "version": "8.8.0", "scripts": { "changelog": "standard-version --release-as $VERSION --skip.tag --skip.commit --tag-prefix=v", "commitlinter": "commitlint",