Skip to content

Commit

Permalink
Fixed objectEnumerator error when invoking channel change event
Browse files Browse the repository at this point in the history
  • Loading branch information
Pitt-Cho committed Jul 22, 2022
1 parent 3d570e2 commit 8d07336
Show file tree
Hide file tree
Showing 14 changed files with 1,136 additions and 1,123 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

### v3.1.21 (Jul 22, 2022)
* Fixed objectEnumerator error when invoking channel change event

### v3.1.20 (Jul 20, 2022)
* Fixed error in console log when invoking channel change event

Expand Down
5 changes: 3 additions & 2 deletions SendBirdSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@

Pod::Spec.new do |s|
s.name = 'SendBirdSDK'
s.version = "3.1.20"
s.version = "3.1.21"
s.summary = 'Sendbird Chat iOS Framework'
s.description = 'Messaging and Chat API for Mobile Apps and Websites'
s.homepage = 'https://sendbird.com'
s.license = 'Commercial'
s.authors = {
'Jed Gyeong' => '[email protected]',
'Celine Moon' => '[email protected]',
'Erenst Hong' => '[email protected]'
'Erenst Hong' => '[email protected]',
'Pitt Cho' => '[email protected]'
}
s.source = { :git => 'https://github.com/sendbird/sendbird-ios-framework.git', :tag => "v#{s.version}" }
s.requires_arc = true
Expand Down
Loading

0 comments on commit 8d07336

Please sign in to comment.