diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cf4c79..2ed4367 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ Changelog ========= +# v2.2.0 (June, 14, 2016) +* SDK Internal timer logic is changed. +* Performance Improvement +* Fixed a bug `NullReferenceException` in `SendBirdSDK.SendMessage` + # v2.1.2 (June, 10, 2016) * SendBirdSDK.GetConnectionState() is added. diff --git a/SendBird-SDK-dotNET-v2.1.2.zip b/SendBird-SDK-dotNET-v2.1.2.zip deleted file mode 100644 index 8cff9a2..0000000 Binary files a/SendBird-SDK-dotNET-v2.1.2.zip and /dev/null differ diff --git a/SendBird-SDK-dotNET-v2.2.0.zip b/SendBird-SDK-dotNET-v2.2.0.zip new file mode 100644 index 0000000..6f05e4c Binary files /dev/null and b/SendBird-SDK-dotNET-v2.2.0.zip differ diff --git a/SendBird.Droid.dll b/SendBird.Droid.dll index b1b60cb..ab20962 100755 Binary files a/SendBird.Droid.dll and b/SendBird.Droid.dll differ diff --git a/SendBird.SDK.dll b/SendBird.SDK.dll index 6bcf280..f0fc932 100755 Binary files a/SendBird.SDK.dll and b/SendBird.SDK.dll differ diff --git a/SendBird.iOS.dll b/SendBird.iOS.dll index e5597ac..b39a678 100755 Binary files a/SendBird.iOS.dll and b/SendBird.iOS.dll differ