Skip to content

Commit 1775aa6

Browse files
PubNub SDK v1.1.0 release.
1 parent 415eabe commit 1775aa6

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.0.0
2+
version: v1.1.0
33
changelog:
4+
- date: 2025-10-29
5+
version: v1.1.0
6+
changes:
7+
- type: feature
8+
text: "Added the option of performing reversible soft deletion on Channel and User entities."
9+
- type: feature
10+
text: "Added a MutedUsersManager class that allows for muting specific user IDs on client side."
411
- date: 2025-10-02
512
version: v1.0.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 = "0.4.5";
8+
private const string build = "1.1.0";
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.0.0",
3+
"version": "1.1.0",
44
"displayName": "Pubnub Chat",
55
"description": "PubNub Unity Chat SDK",
66
"unity": "2022.3",

0 commit comments

Comments
 (0)