File tree Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1+ ## Changes in 0.23.1 (2022-03-28)
2+
3+ 🙌 Improvements
4+
5+ - MXRestClient: Use the stable hierarchy endpoint from MSC2946 ([ #5144 ] ( https://github.com/vector-im/element-ios/issues/5144 ) )
6+
7+ 🐛 Bugfixes
8+
9+ - Sync Spaces order with web ([ #5134 ] ( https://github.com/vector-im/element-ios/issues/5134 ) )
10+
11+
112## Changes in 0.23.0 (2022-03-22)
213
314✨ Features
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22
33 s . name = "MatrixSDK"
4- s . version = "0.23.0 "
4+ s . version = "0.23.1 "
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.23.0 " ;
19+ NSString *const MatrixSDKVersion = @" 0.23.1 " ;
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments