Skip to content

Commit d2bbd1a

Browse files
committed
version++
1 parent 19f5acd commit d2bbd1a

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
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.5 (2024-01-09)
2+
3+
πŸ› Bugfixes
4+
5+
- Update regex for email address to be aligned email format in RFC 5322 ([#1826](https://github.com/matrix-org/matrix-ios-sdk/pull/1826))
6+
7+
🧱 Build
8+
9+
- Update CocoaPods and other gems. ([#1835](https://github.com/matrix-org/matrix-ios-sdk/pull/1835))
10+
11+
112
## Changes in 0.27.4 (2023-11-28)
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.4"
4+
s.version = "0.27.5"
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.4";
19+
NSString *const MatrixSDKVersion = @"0.27.5";

β€Žchangelog.d/pr-1826.bugfixβ€Ž

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

β€Žchangelog.d/pr-1835.buildβ€Ž

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

0 commit comments

Comments
Β (0)