diff --git a/CHANGES.md b/CHANGES.md index eebfcebc7..67da50a70 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +## Changes in 1.11.29 (2025-05-29) + +No significant changes. + + ## Changes in 1.11.28 (2025-05-28) 🙌 Improvements diff --git a/Config/AppVersion.xcconfig b/Config/AppVersion.xcconfig index b4b2a9e9d..9904a98f5 100644 --- a/Config/AppVersion.xcconfig +++ b/Config/AppVersion.xcconfig @@ -15,5 +15,5 @@ // // Version -MARKETING_VERSION = 1.11.28 -CURRENT_PROJECT_VERSION = 1.11.28 +MARKETING_VERSION = 1.11.29 +CURRENT_PROJECT_VERSION = 1.11.29 diff --git a/Podfile.lock b/Podfile.lock index 5fa3debb8..e7dd60ab3 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -44,13 +44,13 @@ PODS: - AFNetworking (~> 4.0.0) - GZIP (~> 1.3.0) - libbase58 (~> 0.1.4) - - MatrixSDKCrypto (= 0.4.3) + - MatrixSDKCrypto (= 0.11.0) - Realm (= 10.27.0) - SwiftyBeaver (= 1.9.5) - MatrixSDK/JingleCallStack (0.27.17): - JitsiMeetSDKLite (= 8.1.2-lite) - MatrixSDK/Core - - MatrixSDKCrypto (0.4.3) + - MatrixSDKCrypto (0.11.0) - ReadMoreTextView (3.0.1) - Realm (10.27.0): - Realm/Headers (= 10.27.0) @@ -112,6 +112,7 @@ DEPENDENCIES: SPEC REPOS: https://github.com/CocoaPods/Specs.git: + - MatrixSDKCrypto - Sentry trunk: - AFNetworking @@ -134,7 +135,6 @@ SPEC REPOS: - libPhoneNumber-iOS - LoggerAPI - Logging - - MatrixSDKCrypto - ReadMoreTextView - Realm - Reusable @@ -176,8 +176,8 @@ SPEC CHECKSUMS: libPhoneNumber-iOS: 0a32a9525cf8744fe02c5206eb30d571e38f7d75 LoggerAPI: ad9c4a6f1e32f518fdb43a1347ac14d765ab5e3d Logging: beeb016c9c80cf77042d62e83495816847ef108b - MatrixSDK: 33d348122df228efa234d7b353c33620fc420a59 - MatrixSDKCrypto: 27bee960e0e8b3a3039f3f3e93dd2ec88299c77e + MatrixSDK: b5ab31261eb15cb5e365fbed4ce7de155a21bf8a + MatrixSDKCrypto: 44fd5cac8d3db72a7dd5ded927c2a2f705df7e87 ReadMoreTextView: 19147adf93abce6d7271e14031a00303fe28720d Realm: 9ca328bd7e700cc19703799785e37f77d1a130f2 Reusable: 6bae6a5e8aa793c9c441db0213c863a64bce9136 diff --git a/RiotTests/Modules/Encryption/EncryptionTrustLevelTests.swift b/RiotTests/Modules/Encryption/EncryptionTrustLevelTests.swift index 1632da47f..ec87c1c29 100644 --- a/RiotTests/Modules/Encryption/EncryptionTrustLevelTests.swift +++ b/RiotTests/Modules/Encryption/EncryptionTrustLevelTests.swift @@ -25,7 +25,8 @@ class EncryptionTrustLevelTests: XCTestCase { identity: .other( userId: "Bob", masterKey: "MSK", - selfSigningKey: "SSK" + selfSigningKey: "SSK", + hasVerificationViolation: false ), isVerified: isVerified ) diff --git a/matrix-ios-sdk b/matrix-ios-sdk index 6a49ee70a..36c9232c3 160000 --- a/matrix-ios-sdk +++ b/matrix-ios-sdk @@ -1 +1 @@ -Subproject commit 6a49ee70a54aa2d4cade316b536f2ca35ce93e73 +Subproject commit 36c9232c3167558a7d936f10e8bfa8d4a38deb7a