diff --git a/CHANGELOG.md b/CHANGELOG.md
index 435c21ae..22eab214 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
# Upcoming
+### 🔄 Changed
+
+# [4.38.0](https://github.com/GetStream/stream-chat-swiftui/releases/tag/4.38.0)
+_September 29, 2023_
+
### 🐞 Fixed
- Performance improvements in the low-level client
diff --git a/Sources/StreamChatSwiftUI/Info.plist b/Sources/StreamChatSwiftUI/Info.plist
index afe5f121..f07742d0 100644
--- a/Sources/StreamChatSwiftUI/Info.plist
+++ b/Sources/StreamChatSwiftUI/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 4.37.1
+ 4.38.0
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSPhotoLibraryUsageDescription
diff --git a/StreamChatSwiftUI.podspec b/StreamChatSwiftUI.podspec
index e1cf8b66..27c79d29 100644
--- a/StreamChatSwiftUI.podspec
+++ b/StreamChatSwiftUI.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "StreamChatSwiftUI"
- spec.version = "4.37.1"
+ spec.version = "4.38.0"
spec.summary = "StreamChat SwiftUI Chat Components"
spec.description = "StreamChatUI SDK offers flexible SwiftUI components able to display data provided by StreamChat SDK."