Skip to content

Commit

Permalink
Release - 3.1.36
Browse files Browse the repository at this point in the history
  • Loading branch information
sendbird-sdk-deployment committed Dec 9, 2022
1 parent 408eeec commit 6fb32a1
Show file tree
Hide file tree
Showing 16 changed files with 781 additions and 747 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v3.1.36 (Dec 09, 2022)

- Fixed potentail thread safety issue of getMembers for SBDGroupChannel
- Fixed session key security issue

## v3.1.35 (Nov 23, 2022)

### 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.35"
s.version = "3.1.36"
s.summary = 'Sendbird Chat iOS Framework'
s.description = 'Messaging and Chat API for Mobile Apps and Websites'
s.homepage = 'https://sendbird.com'
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
'Celine Moon' => '[email protected]',
'Erenst Hong' => '[email protected]'
}
s.source = { :git => 'https://github.com/sendbird/sendbird-ios-framework.git', :tag => "v3.1.35" }
s.source = { :git => 'https://github.com/sendbird/sendbird-ios-framework.git', :tag => "v3.1.36" }
s.requires_arc = true
s.platform = :ios, '9.0'
s.documentation_url = 'https://docs.sendbird.com/'
Expand Down
Loading

0 comments on commit 6fb32a1

Please sign in to comment.