Skip to content

Commit 4113b4d

Browse files
Merge pull request #29 from sendbird/release/4.14.1
Release 4.14.1
2 parents b2a5f5a + 6afc8ad commit 4113b4d

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v4.14.1 (Dec 21, 2023)
4+
5+
### **Improvements**
6+
7+
- Added `Form`, `FormField` and `FormFieldAnswer` model classes.
8+
- Added `submitForm(form:completionHandler:)` public interface.
9+
- Added `forms` and `suggestedReplies` properties in `BaseMessage`.
10+
311
## v4.14.0 (Dec 19, 2023)
412

513
### **Improvements**

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ let package = Package(
1515
targets: [
1616
.binaryTarget(
1717
name: "SendbirdChatSDK",
18-
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.14.0/SendbirdChatSDK.xcframework.zip",
19-
checksum: "374c8aef7e5e8b62585a597998702e389a5bbbbe17453356142008c2dfbf1799"
18+
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.14.1/SendbirdChatSDK.xcframework.zip",
19+
checksum: "bd440d0472e39bef47ec4da037305b0d88efcbf56b9ccdded65e96b8957d9c29"
2020
),
2121
]
2222
)

SendbirdChatSDK.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = 'SendbirdChatSDK'
4-
s.version = "4.14.0"
4+
s.version = "4.14.1"
55
s.summary = 'Sendbird Chat iOS Framework'
66
s.description = 'Messaging and Chat API for Mobile Apps and Websites'
77
s.homepage = 'https://sendbird.com'
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
'Celine Moon' => '[email protected]',
1414
'Ernest Hong' => '[email protected]'
1515
}
16-
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.14.0/SendbirdChatSDK.zip", :sha1 => "f00b8c302c7a7ab1cabff3a88bb43411412cdf3d" }
16+
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.14.1/SendbirdChatSDK.zip", :sha1 => "c8c6a1f051fca0ee302047d5741e01de12230e74" }
1717
s.requires_arc = true
1818
s.platform = :ios, '11.0'
1919
s.documentation_url = 'https://sendbird.com/docs/chat'

0 commit comments

Comments
 (0)