From 9b1af43cecc1cd3e8de01511de291ba4740e9610 Mon Sep 17 00:00:00 2001 From: Yun Wang Date: Thu, 5 Mar 2026 18:21:21 +0100 Subject: [PATCH] chore: bump version to 4.0.0 for major release --- CHANGELOG.md | 2 +- composer.json | 2 +- src/Constant.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c071d3..e4b6475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [4.0.0-beta.1] - 2026-02-27 +## [4.0.0] - 2026-03-05 ### Breaking Changes diff --git a/composer.json b/composer.json index 68d3d7a..043e2ff 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "getstream/getstream-php", "description": "PHP SDK for GetStream API", - "version": "v4.0.0-beta.1", + "version": "v4.0.0", "type": "library", "license": "MIT", "authors": [ diff --git a/src/Constant.php b/src/Constant.php index 0c994eb..de9baa5 100644 --- a/src/Constant.php +++ b/src/Constant.php @@ -6,5 +6,5 @@ class Constant { - public const VERSION = '4.0.0-beta.1'; + public const VERSION = '4.0.0'; }