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";