From 447e02fdd78205d8e074c37daa6ecd360e8abaa3 Mon Sep 17 00:00:00 2001 From: Doug Date: Wed, 21 Jun 2023 10:16:15 +0100 Subject: [PATCH] version++ --- CHANGES.md | 7 +++++++ MatrixSDK.podspec | 2 +- MatrixSDK/MatrixSDKVersion.m | 2 +- changelog.d/7601.bugfix | 1 - 4 files changed, 9 insertions(+), 3 deletions(-) delete mode 100644 changelog.d/7601.bugfix diff --git a/CHANGES.md b/CHANGES.md index c7ccdb292b..95bce770bb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +## Changes in 0.26.12 (2023-06-21) + +🐛 Bugfixes + +- Ignore push rules with unknown condition kinds ([#7601](https://github.com/vector-im/element-ios/issues/7601)) + + ## Changes in 0.26.11 (2023-06-13) 🙌 Improvements diff --git a/MatrixSDK.podspec b/MatrixSDK.podspec index 50b4103a08..56035020ba 100644 --- a/MatrixSDK.podspec +++ b/MatrixSDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "MatrixSDK" - s.version = "0.26.11" + s.version = "0.26.12" 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 61a1ca0b24..59da0f2626 100644 --- a/MatrixSDK/MatrixSDKVersion.m +++ b/MatrixSDK/MatrixSDKVersion.m @@ -16,4 +16,4 @@ #import -NSString *const MatrixSDKVersion = @"0.26.11"; +NSString *const MatrixSDKVersion = @"0.26.12"; diff --git a/changelog.d/7601.bugfix b/changelog.d/7601.bugfix deleted file mode 100644 index 512b9be99e..0000000000 --- a/changelog.d/7601.bugfix +++ /dev/null @@ -1 +0,0 @@ -Ignore push rules with unknown condition kinds