Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave committed Aug 15, 2023
2 parents 24f080d + e86b0d1 commit 3d7eb9e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## Changes in 0.27.0 (2023-08-15)

✨ Features

- Add support for device hydration through the Crypto SDK (uses MSC3814) ([#1807](https://github.com/matrix-org/matrix-ios-sdk/pull/1807))

🐛 Bugfixes

- Fix parsing logic for legacy location events ([#1801](https://github.com/matrix-org/matrix-ios-sdk/pull/1801))

⚠️ API Changes

- Remove MXDehydrationService and old client methods. ([#1807](https://github.com/matrix-org/matrix-ios-sdk/pull/1807))


## Changes in 0.26.12 (2023-06-21)

🐛 Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion MatrixSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "MatrixSDK"
s.version = "0.26.12"
s.version = "0.27.0"
s.summary = "The iOS SDK to build apps compatible with Matrix (https://www.matrix.org)"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion MatrixSDK/MatrixSDKVersion.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

#import <Foundation/Foundation.h>

NSString *const MatrixSDKVersion = @"0.26.12";
NSString *const MatrixSDKVersion = @"0.27.0";
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: e70d3694981265116ff81a851fb0c1c9654995cd

COCOAPODS: 1.12.1
COCOAPODS: 1.11.3
1 change: 0 additions & 1 deletion changelog.d/pr-1801.bugfix

This file was deleted.

0 comments on commit 3d7eb9e

Please sign in to comment.