From b4093b55a5faa9320aa22b4688799d17b5d99893 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 13 Mar 2026 20:09:43 +0000 Subject: [PATCH] chore(release): v8.0.0 --- CHANGELOG.md | 2 ++ lib/GetStream/Stream/Constant.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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'; }