Skip to content

Commit f7d827d

Browse files
committed
version++
1 parent 3f9005f commit f7d827d

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.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

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.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

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

changelog.d/5134.bugfix

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

changelog.d/5144.change

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

0 commit comments

Comments
 (0)