Skip to content

Commit 92a6b18

Browse files
PubNub SDK v1.1.1 release.
1 parent 784139a commit 92a6b18

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.pubnub.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
---
2-
version: v1.1.0
2+
version: v1.1.1
33
changelog:
4+
- date: 2025-11-06
5+
version: v1.1.1
6+
changes:
7+
- type: feature
8+
text: "Updated Unity SDK dependency to latest version - 9.3.0."
9+
- type: bug
10+
text: "Fixed an issue where sometimes the Active status for User would not have expected value."
411
- date: 2025-10-29
512
version: v1.1.0
613
changes:

unity-chat/PubnubChatUnity/Assets/PubnubChat/Runtime/UnityChatPNSDKSource.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace PubnubChatApi
55
{
66
public class UnityChatPNSDKSource : IPNSDKSource
77
{
8-
private const string build = "1.1.0";
8+
private const string build = "1.1.1";
99

1010
private string GetPlatformString()
1111
{

unity-chat/PubnubChatUnity/Assets/PubnubChat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.pubnub.pubnubchat",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"displayName": "Pubnub Chat",
55
"description": "PubNub Unity Chat SDK",
66
"unity": "2022.3",

0 commit comments

Comments
 (0)