From 7ba9e3504677fb228c6c3ad8305555530c9e22b9 Mon Sep 17 00:00:00 2001 From: Doug Date: Tue, 15 Aug 2023 09:07:16 +0100 Subject: [PATCH 1/3] version++ --- CHANGES.md | 7 +++++++ MatrixSDK.podspec | 2 +- MatrixSDK/MatrixSDKVersion.m | 2 +- changelog.d/pr-1801.bugfix | 1 - 4 files changed, 9 insertions(+), 3 deletions(-) delete mode 100644 changelog.d/pr-1801.bugfix diff --git a/CHANGES.md b/CHANGES.md index 95bce770bb..eb31f34432 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +## Changes in 0.27.0 (2023-08-15) + +🐛 Bugfixes + +- Fix parsing logic for legacy location events ([#1801](https://github.com/matrix-org/matrix-ios-sdk/pull/1801)) + + ## Changes in 0.26.12 (2023-06-21) 🐛 Bugfixes diff --git a/MatrixSDK.podspec b/MatrixSDK.podspec index 8462e3778f..7a3e4f99c1 100644 --- a/MatrixSDK.podspec +++ b/MatrixSDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "MatrixSDK" - s.version = "0.26.12" + s.version = "0.27.0" 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 59da0f2626..c580f88201 100644 --- a/MatrixSDK/MatrixSDKVersion.m +++ b/MatrixSDK/MatrixSDKVersion.m @@ -16,4 +16,4 @@ #import -NSString *const MatrixSDKVersion = @"0.26.12"; +NSString *const MatrixSDKVersion = @"0.27.0"; diff --git a/changelog.d/pr-1801.bugfix b/changelog.d/pr-1801.bugfix deleted file mode 100644 index 7cbdd8309c..0000000000 --- a/changelog.d/pr-1801.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix parsing logic for legacy location events \ No newline at end of file From 4e6e57d77fdcf5560420911b1b5e2c426c38554a Mon Sep 17 00:00:00 2001 From: Doug Date: Tue, 15 Aug 2023 09:13:23 +0100 Subject: [PATCH 2/3] Missing changelog entries. --- CHANGES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index eb31f34432..8fe34178ec 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,9 +1,17 @@ ## Changes in 0.27.0 (2023-08-15) +✨ Features + +- Add support for device hydration through the Crypto SDK (uses MSC3814) ([#1807](https://github.com/matrix-org/matrix-ios-sdk/pull/1807)) + 🐛 Bugfixes - Fix parsing logic for legacy location events ([#1801](https://github.com/matrix-org/matrix-ios-sdk/pull/1801)) +⚠️ API Changes + +- Remove MXDehydrationService and old client methods. ([#1807](https://github.com/matrix-org/matrix-ios-sdk/pull/1807)) + ## Changes in 0.26.12 (2023-06-21) From ada86bf26b25ed897cb99b088311f3ed9abe2664 Mon Sep 17 00:00:00 2001 From: Doug Date: Tue, 15 Aug 2023 09:54:26 +0100 Subject: [PATCH 3/3] finish version++ --- Podfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile.lock b/Podfile.lock index 5dbcefd7eb..99f9debfc7 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -73,4 +73,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: e70d3694981265116ff81a851fb0c1c9654995cd -COCOAPODS: 1.12.1 +COCOAPODS: 1.11.3