From 97f335bce9f0edd12e2c65d1767fad4d1d88fba7 Mon Sep 17 00:00:00 2001 From: Mauro Romito Date: Tue, 9 Jan 2024 12:32:46 +0100 Subject: [PATCH 1/2] Prepare for new sprint From 8da77d34f84667973b5c02fa253d9d0bb52cdcd0 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Wed, 7 Feb 2024 11:03:33 +0200 Subject: [PATCH 2/2] version++ --- CHANGES.md | 5 +++++ MatrixSDK.podspec | 2 +- MatrixSDK/MatrixSDKVersion.m | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a9e708f35..404ac4b97 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +## Changes in 0.27.6 (2024-02-07) + +No significant changes. + + ## Changes in 0.27.5 (2024-01-09) 🐛 Bugfixes diff --git a/MatrixSDK.podspec b/MatrixSDK.podspec index c0ccd5763..84c8b1b3d 100644 --- a/MatrixSDK.podspec +++ b/MatrixSDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "MatrixSDK" - s.version = "0.27.5" + s.version = "0.27.6" 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 79f6a2095..3f16e20dc 100644 --- a/MatrixSDK/MatrixSDKVersion.m +++ b/MatrixSDK/MatrixSDKVersion.m @@ -16,4 +16,4 @@ #import -NSString *const MatrixSDKVersion = @"0.27.5"; +NSString *const MatrixSDKVersion = @"0.27.6";