File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ ## Changes in 0.27.4 (2023-11-28)
2+
3+ 🐛 Bugfixes
4+
5+ - Fix unhandled callback when the session is nil. ([ #1833 ] ( https://github.com/matrix-org/matrix-ios-sdk/pull/1833 ) )
6+
7+
18## Changes in 0.27.3 (2023-10-04)
29
310🐛 Bugfixes
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22
33 s . name = "MatrixSDK"
4- s . version = "0.27.3 "
4+ s . version = "0.27.4 "
55 s . summary = "The iOS SDK to build apps compatible with Matrix (https://www.matrix.org)"
66
77 s . description = <<-DESC
Original file line number Diff line number Diff line change 1616
1717#import < Foundation/Foundation.h>
1818
19- NSString *const MatrixSDKVersion = @" 0.27.3 " ;
19+ NSString *const MatrixSDKVersion = @" 0.27.4 " ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments