diff --git a/CHANGELOG.md b/CHANGELOG.md index c514ad8..a0c375d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 4.1.0 (Nov 29, 2024) +### Features +- Added `SetPushTriggerOption` to `SendbirdChatClient` +- Added `GetPushTriggerOption` to `SendbirdChatClient` +- Added `SetMyPushTriggerOption` to `SbGroupChannel` +- Added `GetMyPushTriggerOption` to `SbGroupChannel` +- Added `SbPushTriggerOption` +### Bug Fixes +- Fixed an issue with `SendbirdChat.BlockUser` where 'User not found error' occurs due to URL encoding + ## 4.0.1 (Sep 25, 2024) ### Improvements - Improved WebSocket connection diff --git a/netstandard2.0/SendbirdChat.deps.json b/netstandard2.0/SendbirdChat.deps.json index 984409a..ecdc461 100644 --- a/netstandard2.0/SendbirdChat.deps.json +++ b/netstandard2.0/SendbirdChat.deps.json @@ -7,7 +7,7 @@ "targets": { ".NETStandard,Version=v2.0": {}, ".NETStandard,Version=v2.0/": { - "SendbirdChat/4.0.1": { + "SendbirdChat/4.1.0": { "dependencies": { "NETStandard.Library": "2.0.3", "Newtonsoft.Json": "13.0.3" @@ -33,7 +33,7 @@ } }, "libraries": { - "SendbirdChat/4.0.1": { + "SendbirdChat/4.1.0": { "type": "project", "serviceable": false, "sha512": "" diff --git a/netstandard2.0/SendbirdChat.dll b/netstandard2.0/SendbirdChat.dll index 6f01ad9..2412c72 100644 Binary files a/netstandard2.0/SendbirdChat.dll and b/netstandard2.0/SendbirdChat.dll differ diff --git a/netstandard2.0/SendbirdChat.pdb b/netstandard2.0/SendbirdChat.pdb index 5c4e855..ac15b23 100644 Binary files a/netstandard2.0/SendbirdChat.pdb and b/netstandard2.0/SendbirdChat.pdb differ