From a2f7dfd785bca91ce5a47ab4c956d2c8b58d0e9a Mon Sep 17 00:00:00 2001 From: martinmitrevski Date: Mon, 18 Sep 2023 22:17:54 +0200 Subject: [PATCH] Bump 4.37.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 b07d5c26..c7e972c4 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.37.0](https://github.com/GetStream/stream-chat-swiftui/releases/tag/4.37.0) +_September 18, 2023_ + ### 🔄 Changed - Updated `StreamChat` dependency diff --git a/Sources/StreamChatSwiftUI/Info.plist b/Sources/StreamChatSwiftUI/Info.plist index 035334d2..ca85acc7 100644 --- a/Sources/StreamChatSwiftUI/Info.plist +++ b/Sources/StreamChatSwiftUI/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 4.36.0 + 4.37.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPhotoLibraryUsageDescription diff --git a/StreamChatSwiftUI.podspec b/StreamChatSwiftUI.podspec index e8a27b6d..6aec6051 100644 --- a/StreamChatSwiftUI.podspec +++ b/StreamChatSwiftUI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "StreamChatSwiftUI" - spec.version = "4.36.0" + spec.version = "4.37.0" spec.summary = "StreamChat SwiftUI Chat Components" spec.description = "StreamChatUI SDK offers flexible SwiftUI components able to display data provided by StreamChat SDK."