From 669a37f070a39945d2190369863f09f1dfc87645 Mon Sep 17 00:00:00 2001 From: martinmitrevski Date: Wed, 9 Aug 2023 11:52:41 +0200 Subject: [PATCH] Bump 4.35.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 5c7de408..18cd78af 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.35.0](https://github.com/GetStream/stream-chat-swiftui/releases/tag/4.35.0) +_August 09, 2023_ + ### 🔄 Changed - Video and giphy attachments now use `makeMessageViewModifier` - Updated scalling of avatar images diff --git a/Sources/StreamChatSwiftUI/Info.plist b/Sources/StreamChatSwiftUI/Info.plist index e03b655f..5eb90079 100644 --- a/Sources/StreamChatSwiftUI/Info.plist +++ b/Sources/StreamChatSwiftUI/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 4.34.0 + 4.35.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPhotoLibraryUsageDescription diff --git a/StreamChatSwiftUI.podspec b/StreamChatSwiftUI.podspec index 1f64ab71..44a52150 100644 --- a/StreamChatSwiftUI.podspec +++ b/StreamChatSwiftUI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "StreamChatSwiftUI" - spec.version = "4.34.0" + spec.version = "4.35.0" spec.summary = "StreamChat SwiftUI Chat Components" spec.description = "StreamChatUI SDK offers flexible SwiftUI components able to display data provided by StreamChat SDK."