Skip to content

Commit 3fbb567

Browse files
github-actions[bot]github-actions
andauthored
chore(release): 3.14.0 (#150)
Co-authored-by: github-actions <[email protected]>
1 parent ac26680 commit 3fbb567

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
## [3.14.0](https://github.com/GetStream/stream-chat-php/compare/3.13.0...3.14.0) (2025-11-12)
6+
7+
8+
### Features
9+
10+
* add filter tags support on channels ([#149](https://github.com/GetStream/stream-chat-php/issues/149)) ([ac26680](https://github.com/GetStream/stream-chat-php/commit/ac2668017a0fad4afc95a021c1539dc4f9ddee71))
11+
* add hide_history_before option for adding members ([#148](https://github.com/GetStream/stream-chat-php/issues/148)) ([c8c38de](https://github.com/GetStream/stream-chat-php/commit/c8c38de546c5cc8e635bc61159800ae656e89355))
12+
513
## [3.13.0](https://github.com/GetStream/stream-chat-php/compare/3.12.0...3.13.0) (2025-10-06)
614

715
## [3.12.0](https://github.com/GetStream/stream-chat-php/compare/3.10.0...3.12.0) (2025-07-08)

lib/GetStream/StreamChat/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
class Constant
2020
{
21-
const VERSION = '3.13.0';
21+
const VERSION = '3.14.0';
2222
}
2323

2424
/**

0 commit comments

Comments
 (0)