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 Apr 18, 2023
2 parents d22d277 + a12a559 commit 0a522e7
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## Changes in 0.26.8 (2023-04-18)

🙌 Improvements

- Crypto: Update Crypto SDK ([#1767](https://github.com/matrix-org/matrix-ios-sdk/pull/1767))
- Cross-signing: Ensure device signed after restoring cross-signing keys ([#1768](https://github.com/matrix-org/matrix-ios-sdk/pull/1768))
- Crypto: Remove legacy crypto store ([#1769](https://github.com/matrix-org/matrix-ios-sdk/pull/1769))


## Changes in 0.26.7 (2023-04-12)

🙌 Improvements
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.7"
s.version = "0.26.8"
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.7";
NSString *const MatrixSDKVersion = @"0.26.8";
1 change: 0 additions & 1 deletion changelog.d/pr-1767.change

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/pr-1768.change

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/pr-1769.change

This file was deleted.

0 comments on commit 0a522e7

Please sign in to comment.