Skip to content

Commit 971bfd9

Browse files
committed
Prepare matrix-ios-sdk release v0.6.10
1 parent 366ec2a commit 971bfd9

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGES.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
Changes in Matrix iOS SDK in 0.6.10 (2016-07-15)
2+
===============================================
3+
4+
Improvements:
5+
* MXRestClient: Add API to add/remove a room alias.
6+
* MXRestClient: Add API to set the room canonical alias.
7+
* Update AFNetworking: Move to 3.1.0 version.
8+
* SDK Tests: Update and improve tests.
9+
10+
Bug fixes:
11+
* MXRoom: Read receipts can now be posted on room history visibility or guest access change.
12+
13+
Breaks:
14+
* MXRestClient: uploadContent signature has been changed.
15+
116
Changes in Matrix iOS SDK in 0.6.9 (2016-07-01)
217
===============================================
318

MatrixSDK.podspec

Lines changed: 2 additions & 2 deletions
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.6.9"
4+
s.version = "0.6.10"
55
s.summary = "The iOS SDK to build apps compatible with Matrix (http://www.matrix.org)"
66

77
s.description = <<-DESC
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
1919

2020
s.platform = :ios, "7.0"
2121

22-
s.source = { :git => "https://github.com/matrix-org/matrix-ios-sdk.git", :tag => "v0.6.9" }
22+
s.source = { :git => "https://github.com/matrix-org/matrix-ios-sdk.git", :tag => "v0.6.10" }
2323
s.source_files = "MatrixSDK", "MatrixSDK/**/*.{h,m}"
2424
s.resources = "MatrixSDK/Data/Store/MXCoreDataStore/*.xcdatamodeld"
2525

MatrixSDK/MXSession.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
#pragma mark - Constants definitions
3232

33-
const NSString *MatrixSDKVersion = @"0.6.9";
33+
const NSString *MatrixSDKVersion = @"0.6.10";
3434
NSString *const kMXSessionStateDidChangeNotification = @"kMXSessionStateDidChangeNotification";
3535
NSString *const kMXSessionNewRoomNotification = @"kMXSessionNewRoomNotification";
3636
NSString *const kMXSessionWillLeaveRoomNotification = @"kMXSessionWillLeaveRoomNotification";

0 commit comments

Comments
 (0)