Skip to content

Commit

Permalink
chore(release): 3.4.1 (#119)
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 Apr 2, 2024
1 parent dee8b22 commit 2aaca23
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.4.1](https://github.com/GetStream/stream-chat-php/compare/3.4.0...3.4.1) (2024-03-27)


### Features

* change user to user_id as part of payload ([#118](https://github.com/GetStream/stream-chat-php/issues/118)) ([dee8b22](https://github.com/GetStream/stream-chat-php/commit/dee8b223d5f3de7e5ce429906376284d659c6c25))

## [3.4.0](https://github.com/GetStream/stream-chat-php/compare/3.3.0...3.4.0) (2024-03-01)

## [3.3.0](https://github.com/GetStream/stream-chat-php/compare/v3.2.1...v3.3.0) (2023-07-21)
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.4.0';
const VERSION = '3.4.1';
}

/**
Expand Down

0 comments on commit 2aaca23

Please sign in to comment.