Skip to content

Commit 61063a3

Browse files
github-actions[bot]github-actions
andauthored
chore: release v3.2.1 (#109)
Co-authored-by: github-actions <[email protected]>
1 parent 7323128 commit 61063a3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.2.1](https://github.com/GetStream/stream-chat-php/compare/v3.2.0...v3.2.1) (2023-01-05)
6+
7+
8+
### Bug Fixes
9+
10+
* deprecated string interpolation ([#108](https://github.com/GetStream/stream-chat-php/issues/108)) ([7323128](https://github.com/GetStream/stream-chat-php/commit/7323128f4a74bcf345531502c9a974081fc8f9a6))
11+
512
## [3.2.0](https://github.com/GetStream/stream-chat-php/compare/3.1.0...3.2.0) (2023-01-04)
613

714

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.2.0';
21+
const VERSION = '3.2.1';
2222
}
2323

2424
/**

0 commit comments

Comments
 (0)