diff --git a/CHANGELOG.md b/CHANGELOG.md index dec0b72..ba9745a 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. +## [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) ## [7.0.0](https://github.com/GetStream/stream-php/compare/6.0.0...7.0.0) (2023-02-21) diff --git a/lib/GetStream/Stream/Constant.php b/lib/GetStream/Stream/Constant.php index 2ac3403..3674857 100644 --- a/lib/GetStream/Stream/Constant.php +++ b/lib/GetStream/Stream/Constant.php @@ -4,5 +4,5 @@ class Constant { - const VERSION = '7.0.1'; + const VERSION = '7.1.0'; }