Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Element CI committed May 16, 2023
2 parents 3b76982 + 417ebda commit 441001e
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## Changes in 0.26.10 (2023-05-16)

🙌 Improvements

- Crypto: Enable Crypto SDK by default ([#1770](https://github.com/matrix-org/matrix-ios-sdk/pull/1770))
- Crypto: Deprecate MXLegacyCrypto ([#1772](https://github.com/matrix-org/matrix-ios-sdk/pull/1772))

🐛 Bugfixes

- Poll: Refreshing the poll when receiving pollEnd can break the chronological order in the store. ([#1776](https://github.com/matrix-org/matrix-ios-sdk/pull/1776))
- Fix breadcrumb list not updating when leaving a room. Contributed by @JanNikGra. ([#1777](https://github.com/vector-im/element-ios/issues/1777))


## Changes in 0.26.9 (2023-04-18)

🐛 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.9"
s.version = "0.26.10"
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.9";
NSString *const MatrixSDKVersion = @"0.26.10";
1 change: 0 additions & 1 deletion changelog.d/1777.bugfix

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 441001e

Please sign in to comment.