From 826661cdbfef4496a9363d042f8f8f4fc92260fc Mon Sep 17 00:00:00 2001 From: TheOneWithTheBraid Date: Thu, 1 Dec 2022 10:14:13 +0100 Subject: [PATCH] chore: bump version Signed-off-by: TheOneWithTheBraid --- CHANGELOG.md | 6 +++++- pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f45909c..dcec50e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ -## [0.15.6] - 24th Nov 2022 +## [0.15.7] - 1st Dec 2022 +- fix: await requestKey() in event search (Philipp Grieshofer) +- fix: Request session key for bad encrypted events before the text search is carried out (Philipp Grieshofer) +## [0.15.6] - 24th Nov 2022 - feat: migrate e2ee test to DinD (TheOneWithTheBraid) - chore: Update readme with new database (Christian Pauly) - feat: Check if a key is verified by any master key (Reza) + ## [0.15.5] - 22nd Nov 2022 - fix: follow account kind in registration (TheOneWithTheBraid) diff --git a/pubspec.yaml b/pubspec.yaml index cfa8ae3b..fe70234a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.15.6 +version: 0.15.7 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git