Skip to content

Commit 73c331c

Browse files
committed
Merge branch 'master' into develop
2 parents 8e94b7b + ebae216 commit 73c331c

File tree

6 files changed

+14
-5
lines changed

6 files changed

+14
-5
lines changed

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## Changes in 0.27.3 (2023-10-04)
2+
3+
🐛 Bugfixes
4+
5+
- Prevent crash when sending file with unrecognised file extension (no associated mime type) (mimetype)
6+
7+
🧱 Build
8+
9+
- Update Cocoapods to 1.13.0. ([#1820](https://github.com/matrix-org/matrix-ios-sdk/pull/1820))
10+
11+
112
## Changes in 0.27.2 (2023-09-12)
213

314
🐛 Bugfixes

MatrixSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "MatrixSDK"
4-
s.version = "0.27.2"
4+
s.version = "0.27.3"
55
s.summary = "The iOS SDK to build apps compatible with Matrix (https://www.matrix.org)"
66

77
s.description = <<-DESC

MatrixSDK/MatrixSDKVersion.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
#import <Foundation/Foundation.h>
1818

19-
NSString *const MatrixSDKVersion = @"0.27.2";
19+
NSString *const MatrixSDKVersion = @"0.27.3";

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ SPEC CHECKSUMS:
7373

7474
PODFILE CHECKSUM: 1bf28f5a19566c567d265232f60ee19a3ae86ed3
7575

76-
COCOAPODS: 1.13.0
76+
COCOAPODS: 1.11.3

changelog.d/mimetype.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/pr-1820.build

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)