From f7711731028d0345baba795a8bff87800eaa821c Mon Sep 17 00:00:00 2001 From: martinmitrevski Date: Fri, 16 Dec 2022 17:43:17 +0100 Subject: [PATCH] Bump 4.25.0 --- CHANGELOG.md | 5 +++++ Sources/StreamChatSwiftUI/Info.plist | 2 +- StreamChatSwiftUI.podspec | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a87e6cd..83e038b8 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.25.0](https://github.com/GetStream/stream-chat-swiftui/releases/tag/4.25.0) +_December 16, 2022_ + ### ✅ Added - Support for channel own capabilities in the UI - Added possibility to override the message id creation with `MessageIdBuilder` diff --git a/Sources/StreamChatSwiftUI/Info.plist b/Sources/StreamChatSwiftUI/Info.plist index ad70f95c..25b478fc 100644 --- a/Sources/StreamChatSwiftUI/Info.plist +++ b/Sources/StreamChatSwiftUI/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 4.24.0 + 4.25.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPhotoLibraryUsageDescription diff --git a/StreamChatSwiftUI.podspec b/StreamChatSwiftUI.podspec index 69812da4..c24c8094 100644 --- a/StreamChatSwiftUI.podspec +++ b/StreamChatSwiftUI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "StreamChatSwiftUI" - spec.version = "4.24.0" + spec.version = "4.25.0" spec.summary = "StreamChat SwiftUI Chat Components" spec.description = "StreamChatUI SDK offers flexible SwiftUI components able to display data provided by StreamChat SDK."