From a3dd66055e4affbbdd69fbd333b3b4fd24dde792 Mon Sep 17 00:00:00 2001 From: martinmitrevski Date: Wed, 30 Mar 2022 14:06:55 +0200 Subject: [PATCH] Bump 4.13.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 8d176a79..6afc3244 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.13.0](https://github.com/GetStream/stream-chat-swiftui/releases/tag/4.13.0) +_March 30, 2022_ + ### ✅ Added - Implement message resend functionality - Custom modifiers support for the message view and the composer diff --git a/Sources/StreamChatSwiftUI/Info.plist b/Sources/StreamChatSwiftUI/Info.plist index c45b23b8..c3c08c0a 100644 --- a/Sources/StreamChatSwiftUI/Info.plist +++ b/Sources/StreamChatSwiftUI/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 4.12.0 + 4.13.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPhotoLibraryUsageDescription diff --git a/StreamChatSwiftUI.podspec b/StreamChatSwiftUI.podspec index dc0d4cdf..86ecc6a1 100644 --- a/StreamChatSwiftUI.podspec +++ b/StreamChatSwiftUI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "StreamChatSwiftUI" - spec.version = "4.12.0" + spec.version = "4.13.0" spec.summary = "StreamChat SwiftUI Chat Components" spec.description = "StreamChatUI SDK offers flexible SwiftUI components able to display data provided by StreamChat SDK."