Skip to content

Commit b54493d

Browse files
Merge pull request #38 from sendbird/release/0.10.3
Release 0.10.3
2 parents 0a11ff1 + 183fbf6 commit b54493d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
### v0.10.3 (Aug 18, 2025)
4+
5+
### Improvements
6+
- Profile Image Hidden Options in Conversation
7+
- Added `SBAConfig.Conversation.Header.shouldShowProfile`
8+
- Controls profile image visibility in conversation header
9+
- Added `SBAConfig.Conversation.List.shouldShowSenderProfile`
10+
- Controls sender profile image visibility in message list
11+
312
### v0.10.2 (Aug 14, 2025)
413

514

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
dependencies: [
1111
.package(
1212
url: "https://github.com/sendbird/sendbird-ai-agent-core-ios",
13-
from: "0.10.2"
13+
from: "0.10.3"
1414
)
1515
],
1616
targets: [

0 commit comments

Comments
 (0)