Skip to content

Commit

Permalink
version++
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave committed Aug 9, 2022
1 parent 83c87f0 commit 471f720
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 7 deletions.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## Changes in 0.23.14 (2022-08-09)

🙌 Improvements

- CI: Enable integration tests on GitHub actions ([#1537](https://github.com/matrix-org/matrix-ios-sdk/pull/1537))
- App Layout: Added breadcrumbs data fetcher and updated room summary data type to reflect new needs ([#6407](https://github.com/vector-im/element-ios/issues/6407))
- App Layout: added MXSpace.minimumPowerLevelForAddingRoom() and MXSpaceService.rootSpaces ([#6410](https://github.com/vector-im/element-ios/issues/6410))

🐛 Bugfixes

- MXRestClient: Send an empty dictionary when calling /join to be spec compliant. ([#6481](https://github.com/vector-im/element-ios/issues/6481))
- App Layout: exclude room summaries without notifications from unread list ([#6511](https://github.com/vector-im/element-ios/issues/6511))


## Changes in 0.23.13 (2022-07-26)

🙌 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.23.13"
s.version = "0.23.14"
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.23.13";
NSString *const MatrixSDKVersion = @"0.23.14";
1 change: 0 additions & 1 deletion changelog.d/6407.change

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 471f720

Please sign in to comment.