Skip to content

Commit

Permalink
Release - 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sendbird-sdk-deployment committed Jan 4, 2023
1 parent 6c12827 commit 749a1bd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v4.2.2 (Jan 04, 2023)

### **Improvements**
* Fixed a bug where unread count of channels is not updated in time
* Changed to ensure reachability notification is called on the main thread

## v4.2.1 (Dec 15, 2022)

### **Improvements**
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "SendbirdChatSDK",
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.2.1/SendbirdChatSDK.xcframework.zip",
checksum: "2254c2e7184e914d0f3108ca4feef107720d88d8a8d60ebbf3e66eeb5fd92241"
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.2.2/SendbirdChatSDK.xcframework.zip",
checksum: "96405c24dbd722a9434d14322f280586644efd50f540b4471b9a195b37b0b703"
),
]
)
4 changes: 2 additions & 2 deletions SendbirdChatSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'SendbirdChatSDK'
s.version = "4.2.1"
s.version = "4.2.2"
s.summary = 'Sendbird Chat iOS Framework'
s.description = 'Messaging and Chat API for Mobile Apps and Websites'
s.homepage = 'https://sendbird.com'
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
'Celine Moon' => 'celine.moon@sendbird.com',
'Ernest Hong' => 'ernest.hong@sendbird.com'
}
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.2.1/SendbirdChatSDK.zip", :sha1 => "cf97d3e4014828668405d975ae69092194ab231d" }
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.2.2/SendbirdChatSDK.zip", :sha1 => "1d1dbcf712a1857fba2846b26a47a81eac8f63f2" }
s.requires_arc = true
s.platform = :ios, '9.0'
s.documentation_url = 'https://sendbird.com/docs/chat'
Expand Down

0 comments on commit 749a1bd

Please sign in to comment.