Skip to content

Commit

Permalink
Merge pull request #80 from sendbird/release/3.1.57
Browse files Browse the repository at this point in the history
Release 3.1.57
  • Loading branch information
mininny authored Jul 31, 2024
2 parents 9529891 + 959ae4f commit 7e45efc
Show file tree
Hide file tree
Showing 15 changed files with 16,237 additions and 16,211 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog

## 3.1.57 (Jul 31, 2024)
### **Improvements**
- Fixed a crash where `SBDSessionWebSocketEngine` would crash when establishing a new WebSocket connection.

## 3.1.56 (Apr 9, 2024)
### **Improvements**

Expand Down
4 changes: 2 additions & 2 deletions SendBirdSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'SendBirdSDK'
s.version = "3.1.56"
s.version = "3.1.57"
s.summary = 'Sendbird Chat iOS Framework'
s.description = 'Messaging and Chat API for Mobile Apps and Websites'
s.homepage = 'https://sendbird.com'
Expand All @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
'Young Hwang' => '[email protected]',
'Minhyuk Kim' => '[email protected]'
}
s.source = { :git => 'https://github.com/sendbird/sendbird-ios-framework.git', :tag => "v3.1.55" }
s.source = { :git => 'https://github.com/sendbird/sendbird-ios-framework.git', :tag => "v3.1.57" }
s.requires_arc = true
s.platform = :ios, '12.0'
s.documentation_url = 'https://docs.sendbird.com/'
Expand Down
Binary file removed SendBirdSDK.xcframework.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>3.1.56</string>
<string>3.1.57</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
</data>
<key>Info.plist</key>
<data>
cbi+o9sorbLjcMmCa1axWIsPq0M=
EKjIKYXMH0nOOgZ8WYFPwU9c+T8=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>3.1.56</string>
<string>3.1.57</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Binary file not shown.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 7e45efc

Please sign in to comment.