diff --git a/Assets/Plugins/StreamChat/Changelog.txt b/Assets/Plugins/StreamChat/Changelog.txt
index a5338968..d9b6816e 100644
--- a/Assets/Plugins/StreamChat/Changelog.txt
+++ b/Assets/Plugins/StreamChat/Changelog.txt
@@ -1,3 +1,13 @@
+v4.5.0:
+Fixes:
+* Fixed channel member role deserialization breaking
+
+Improvements:
+* Reduced memory allocations
+
+Code Samples:
+* Added code examples for the user presence (online status)
+
v4.4.0:
Fixes:
* Fixed Unity 2019.4 compiler errors (due to older C# syntax)
diff --git a/Assets/Plugins/StreamChat/Core/LowLevelClient/StreamChatLowLevelClient.cs b/Assets/Plugins/StreamChat/Core/LowLevelClient/StreamChatLowLevelClient.cs
index 73a060b1..a7efd6da 100644
--- a/Assets/Plugins/StreamChat/Core/LowLevelClient/StreamChatLowLevelClient.cs
+++ b/Assets/Plugins/StreamChat/Core/LowLevelClient/StreamChatLowLevelClient.cs
@@ -196,7 +196,7 @@ private set
///
/// SDK Version number
///
- public static readonly Version SDKVersion = new Version(4, 4, 0);
+ public static readonly Version SDKVersion = new Version(4, 5, 0);
///
/// Use this method to create the main client instance or use StreamChatClient constructor to create a client instance with custom dependencies
diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset
index 378715ef..9bcf1c1d 100644
--- a/ProjectSettings/ProjectSettings.asset
+++ b/ProjectSettings/ProjectSettings.asset
@@ -134,7 +134,7 @@ PlayerSettings:
16:10: 1
16:9: 1
Others: 1
- bundleVersion: 4.4.0
+ bundleVersion: 4.5.0
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0