diff --git a/CHANGELOG.md b/CHANGELOG.md index ba9745a..d8d7a08 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.0.0](https://github.com/GetStream/stream-php/compare/v7.1.0...v8.0.0) (2026-03-13) + ## [7.1.0](https://github.com/GetStream/stream-php/compare/7.0.1...7.1.0) (2023-10-31) ### [7.0.1](https://github.com/GetStream/stream-php/compare/v7.0.0...v7.0.1) (2023-02-21) diff --git a/lib/GetStream/Stream/Constant.php b/lib/GetStream/Stream/Constant.php index 3674857..d8c00c7 100644 --- a/lib/GetStream/Stream/Constant.php +++ b/lib/GetStream/Stream/Constant.php @@ -4,5 +4,5 @@ class Constant { - const VERSION = '7.1.0'; + const VERSION = '8.0.0'; }