Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanceriu committed Oct 4, 2023
2 parents 8e94b7b + ebae216 commit 73c331c
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## Changes in 0.27.3 (2023-10-04)

🐛 Bugfixes

- Prevent crash when sending file with unrecognised file extension (no associated mime type) (mimetype)

🧱 Build

- Update Cocoapods to 1.13.0. ([#1820](https://github.com/matrix-org/matrix-ios-sdk/pull/1820))


## Changes in 0.27.2 (2023-09-12)

🐛 Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion MatrixSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

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

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion MatrixSDK/MatrixSDKVersion.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

#import <Foundation/Foundation.h>

NSString *const MatrixSDKVersion = @"0.27.2";
NSString *const MatrixSDKVersion = @"0.27.3";
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 1bf28f5a19566c567d265232f60ee19a3ae86ed3

COCOAPODS: 1.13.0
COCOAPODS: 1.11.3
1 change: 0 additions & 1 deletion changelog.d/mimetype.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/pr-1820.build

This file was deleted.

0 comments on commit 73c331c

Please sign in to comment.