Skip to content

Commit

Permalink
Upgrade package to v4.9.0 (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
sierpinskid authored Aug 23, 2024
1 parent bb49732 commit a8da04c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Assets/Plugins/StreamChat/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v4.9.0:
Fixes:
* Fix compiler errors after switching to WebGL platform

v4.8.0:
Features:
* Add method to get the current state of the unread counts with IStreamChatClient.GetLatestUnreadCountsAsync() -> this method also works when the client is disconnected. The unread counts state provides a detailed information about unread messages in each channel and thread.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ private set
/// <summary>
/// SDK Version number
/// </summary>
public static readonly Version SDKVersion = new Version(4, 8, 0);
public static readonly Version SDKVersion = new Version(4, 9, 0);

/// <summary>
/// Use this method to create the main client instance or use StreamChatClient constructor to create a client instance with custom dependencies
Expand Down

0 comments on commit a8da04c

Please sign in to comment.