Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanceriu committed Aug 29, 2023
2 parents 8b5256c + 8ada89c commit 47c9da4
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 8 deletions.
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## Changes in 0.27.1 (2023-08-29)

✨ Features

- Delegate OIDC compatibility flag added. ([#1811](https://github.com/matrix-org/matrix-ios-sdk/pull/1811))
- Added the authentication property to the well known. ([#1812](https://github.com/matrix-org/matrix-ios-sdk/pull/1812))
- Function that allows to generate from the well known authentication, a logout mas URL given the device ID. ([#1813](https://github.com/matrix-org/matrix-ios-sdk/pull/1813))

🐛 Bugfixes

- Fixes power level events force unwrap crash ([#1809](https://github.com/matrix-org/matrix-ios-sdk/pull/1809))
- Prevent keyed archiver encoding crashes when writing read receipts to the file store ([#1810](https://github.com/vector-im/element-ios/issues/1810))
- Fix incoming push notifications not triggering sounds ([#7636](https://github.com/vector-im/element-ios/issues/7636))


## Changes in 0.27.0 (2023-08-15)

✨ Features
Expand Down
2 changes: 1 addition & 1 deletion MatrixSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "MatrixSDK"
s.version = "0.27.0"
s.version = "0.27.1"
s.summary = "The iOS SDK to build apps compatible with Matrix (https://www.matrix.org)"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion MatrixSDK/MatrixSDKVersion.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

#import <Foundation/Foundation.h>

NSString *const MatrixSDKVersion = @"0.27.0";
NSString *const MatrixSDKVersion = @"0.27.1";
1 change: 0 additions & 1 deletion changelog.d/1810.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/7636.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/pr-1809.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/pr-1811.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/pr-1812.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/pr-1813.feature

This file was deleted.

0 comments on commit 47c9da4

Please sign in to comment.