Skip to content

Commit

Permalink
version++
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 committed Jun 13, 2023
1 parent 43cf8b3 commit e3ec1eb
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## Changes in 0.26.11 (2023-06-13)

🙌 Improvements

- MSC3912 implementation: the stable property with_relations has been renamed with_rel_types ([#7563](https://github.com/vector-im/element-ios/issues/7563))
- Updated Jitsi meet sdk to 8.1.2-lite. ([#7565](https://github.com/vector-im/element-ios/issues/7565))
- MSC3987 implementation: the 'dont_notify' action for a push_rule is now deprecated and replaced by an empty action list. ([#7576](https://github.com/vector-im/element-ios/issues/7576))

🐛 Bugfixes

- Fixes a bug where an unhelpful message is shown rather than the threads empty state. ([#7551](https://github.com/vector-im/element-ios/issues/7551))


## Changes in 0.26.10 (2023-05-16)

🙌 Improvements
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.26.10"
s.version = "0.26.11"
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.26.10";
NSString *const MatrixSDKVersion = @"0.26.11";
1 change: 0 additions & 1 deletion changelog.d/7551.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/7563.change

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/7565.change

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/7576.change

This file was deleted.

0 comments on commit e3ec1eb

Please sign in to comment.