Skip to content

Commit

Permalink
version++
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanceriu committed Aug 24, 2022
1 parent 767c22a commit 6811399
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 10 deletions.
26 changes: 26 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## Changes in 0.23.16 (2022-08-24)

✨ Features

- MXKeyBackup: Add support for symmetric key backups. ([#1542](https://github.com/matrix-org/matrix-ios-sdk/pull/1542))
- CryptoSDK: Outgoing SAS User Verification Flow ([#6443](https://github.com/vector-im/element-ios/issues/6443))

🙌 Improvements

- App Layout: Increased store version to force clear cache ([#6616](https://github.com/vector-im/element-ios/issues/6616))

🧱 Build

- Xcode project(s) updated via Xcode recommended setting ([#1543](https://github.com/matrix-org/matrix-ios-sdk/pull/1543))
- MXLog: Ensure MXLogLevel.none works if it is set after another log level has already been configured. ([#1550](https://github.com/matrix-org/matrix-ios-sdk/issues/1550))

📄 Documentation

- Update README for correct Swift usage. ([#1552](https://github.com/matrix-org/matrix-ios-sdk/issues/1552))

Others

- Crypto: User and device identity objects ([#1531](https://github.com/matrix-org/matrix-ios-sdk/pull/1531))
- Analytics: Log all errors to analytics ([#1558](https://github.com/matrix-org/matrix-ios-sdk/pull/1558))


## Changes in 0.23.15 (2022-08-10)

🐛 Bugfixes
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.15"
s.version = "0.23.16"
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.15";
NSString *const MatrixSDKVersion = @"0.23.16";
1 change: 0 additions & 1 deletion changelog.d/6443.feature

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/sdk-1550.build

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/sdk-1552.doc

This file was deleted.

0 comments on commit 6811399

Please sign in to comment.