diff --git a/CHANGELOG.md b/CHANGELOG.md
index e34a75a6..37b83177 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.16.0](https://github.com/GetStream/stream-chat-swiftui/releases/tag/4.16.0)
+_June 10, 2022_
+
### ✅ Added
- Possibility to view channel info on channel options
- Date separators in the message list
diff --git a/Sources/StreamChatSwiftUI/Info.plist b/Sources/StreamChatSwiftUI/Info.plist
index 04536b50..1a9c7aef 100644
--- a/Sources/StreamChatSwiftUI/Info.plist
+++ b/Sources/StreamChatSwiftUI/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 4.15.0
+ 4.16.0
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSPhotoLibraryUsageDescription
diff --git a/StreamChatSwiftUI.podspec b/StreamChatSwiftUI.podspec
index b93a1b14..32809f1d 100644
--- a/StreamChatSwiftUI.podspec
+++ b/StreamChatSwiftUI.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "StreamChatSwiftUI"
- spec.version = "4.15.0"
+ spec.version = "4.16.0"
spec.summary = "StreamChat SwiftUI Chat Components"
spec.description = "StreamChatUI SDK offers flexible SwiftUI components able to display data provided by StreamChat SDK."