Skip to content

Commit

Permalink
chore: release v3.2.1 (#109)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Jan 5, 2023
1 parent 7323128 commit 61063a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [3.2.1](https://github.com/GetStream/stream-chat-php/compare/v3.2.0...v3.2.1) (2023-01-05)


### Bug Fixes

* deprecated string interpolation ([#108](https://github.com/GetStream/stream-chat-php/issues/108)) ([7323128](https://github.com/GetStream/stream-chat-php/commit/7323128f4a74bcf345531502c9a974081fc8f9a6))

## [3.2.0](https://github.com/GetStream/stream-chat-php/compare/3.1.0...3.2.0) (2023-01-04)


Expand Down
2 changes: 1 addition & 1 deletion lib/GetStream/StreamChat/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
class Constant
{
const VERSION = '3.2.0';
const VERSION = '3.2.1';
}

/**
Expand Down

0 comments on commit 61063a3

Please sign in to comment.