From 226ab231fb6aef3e492ad3f0a04d4d918ace6d85 Mon Sep 17 00:00:00 2001 From: Element CI Date: Tue, 16 May 2023 14:02:45 +0300 Subject: [PATCH] version++ --- CHANGES.md | 13 +++++++++++++ MatrixSDK.podspec | 2 +- MatrixSDK/MatrixSDKVersion.m | 2 +- changelog.d/1777.bugfix | 1 - changelog.d/pr-1770.change | 1 - changelog.d/pr-1772.change | 1 - changelog.d/pr-1776.bugfix | 1 - 7 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 changelog.d/1777.bugfix delete mode 100644 changelog.d/pr-1770.change delete mode 100644 changelog.d/pr-1772.change delete mode 100644 changelog.d/pr-1776.bugfix diff --git a/CHANGES.md b/CHANGES.md index 8412d19900..3a4ee02e7c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/MatrixSDK.podspec b/MatrixSDK.podspec index ecd9a2d63b..d86d3500a5 100644 --- a/MatrixSDK.podspec +++ b/MatrixSDK.podspec @@ -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 diff --git a/MatrixSDK/MatrixSDKVersion.m b/MatrixSDK/MatrixSDKVersion.m index b65d29446d..89c6965f4d 100644 --- a/MatrixSDK/MatrixSDKVersion.m +++ b/MatrixSDK/MatrixSDKVersion.m @@ -16,4 +16,4 @@ #import -NSString *const MatrixSDKVersion = @"0.26.9"; +NSString *const MatrixSDKVersion = @"0.26.10"; diff --git a/changelog.d/1777.bugfix b/changelog.d/1777.bugfix deleted file mode 100644 index 310371c5e8..0000000000 --- a/changelog.d/1777.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix breadcrumb list not updating when leaving a room. Contributed by @JanNikGra. diff --git a/changelog.d/pr-1770.change b/changelog.d/pr-1770.change deleted file mode 100644 index 3bb992ba9e..0000000000 --- a/changelog.d/pr-1770.change +++ /dev/null @@ -1 +0,0 @@ -Crypto: Enable Crypto SDK by default diff --git a/changelog.d/pr-1772.change b/changelog.d/pr-1772.change deleted file mode 100644 index 7b85c1e3aa..0000000000 --- a/changelog.d/pr-1772.change +++ /dev/null @@ -1 +0,0 @@ -Crypto: Deprecate MXLegacyCrypto diff --git a/changelog.d/pr-1776.bugfix b/changelog.d/pr-1776.bugfix deleted file mode 100644 index 29c5b8a8d5..0000000000 --- a/changelog.d/pr-1776.bugfix +++ /dev/null @@ -1 +0,0 @@ -Poll: Refreshing the poll when receiving pollEnd can break the chronological order in the store. \ No newline at end of file