diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f88a15f..fcd0fb51 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.32.0](https://github.com/GetStream/stream-chat-swiftui/releases/tag/4.32.0) +_May 26, 2023_ + ### 🐞 Fixed - Fixed the text input cursor when a message is being edited - Fixed channel list view model always not using passed channel type for deletion diff --git a/Sources/StreamChatSwiftUI/Info.plist b/Sources/StreamChatSwiftUI/Info.plist index 8ce58a13..bfc0550c 100644 --- a/Sources/StreamChatSwiftUI/Info.plist +++ b/Sources/StreamChatSwiftUI/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 4.31.0 + 4.32.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPhotoLibraryUsageDescription diff --git a/StreamChatSwiftUI.podspec b/StreamChatSwiftUI.podspec index 1368c5af..d3ccfec7 100644 --- a/StreamChatSwiftUI.podspec +++ b/StreamChatSwiftUI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "StreamChatSwiftUI" - spec.version = "4.31.0" + spec.version = "4.32.0" spec.summary = "StreamChat SwiftUI Chat Components" spec.description = "StreamChatUI SDK offers flexible SwiftUI components able to display data provided by StreamChat SDK."