Skip to content

Commit aedc5c4

Browse files
committed
Merge branch 'master' into develop
2 parents 7399902 + 11aa1f4 commit aedc5c4

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed

CHANGES.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## Changes in 0.27.8 (2024-05-29)
2+
3+
🙌 Improvements
4+
5+
- When sorting room list alphabetically, sort it case-insensitive. ([#1851](https://github.com/matrix-org/matrix-ios-sdk/pull/1851))
6+
- Crypto: Update crypto SDK to 0.4.1 ([#1853](https://github.com/matrix-org/matrix-ios-sdk/pull/1853))
7+
8+
19
## Changes in 0.27.7 (2024-05-01)
210

311
No significant changes.

MatrixSDK.podspec

+1-1
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.7"
4+
s.version = "0.27.8"
55
s.summary = "The iOS SDK to build apps compatible with Matrix (https://www.matrix.org)"
66

77
s.description = <<-DESC

MatrixSDK/MatrixSDKVersion.m

+1-1
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.7";
19+
NSString *const MatrixSDKVersion = @"0.27.8";

Podfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ SPEC CHECKSUMS:
7373

7474
PODFILE CHECKSUM: 37ab0de0200808bcd3335a637e31736df60fc62e
7575

76-
COCOAPODS: 1.15.2
76+
COCOAPODS: 1.14.3

changelog.d/pr-1851.change

-1
This file was deleted.

changelog.d/pr-1853.change

-1
This file was deleted.

0 commit comments

Comments
 (0)