From a62e325083a241577d2d60ad8c887e2aa9147cc9 Mon Sep 17 00:00:00 2001 From: TheOneWithTheBraid Date: Fri, 23 Dec 2022 08:06:27 +0100 Subject: [PATCH] chore: bump version Signed-off-by: TheOneWithTheBraid --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67732a45..97605434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ +## [0.15.10] - 23rd Dec 2022 + +- fix: make some Room getters null safe (TheOneWithTheBraid) +- fix: Store decrypted last event in store (Krille Fear) + ## [0.15.9] - 14th Dec 2022 + - refactor: Key manager megolm handling to make key generation more efficient ## [0.15.8] - 12th Dec 2022 diff --git a/pubspec.yaml b/pubspec.yaml index ecd3a16f..8284cffd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.15.9 +version: 0.15.10 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git