From fac91f8618437c1ee1d4f98e4dab7d65106262f1 Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Wed, 10 Nov 2021 14:02:29 +0100 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c41a26d..a85c05a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.7.0-nullsafety.5] - 10nd Nov 2021 +- fix: Edits as lastEvent do not update +- fix: JSON parsing in decryptRoomEvent method +- fix: Wrong null check in hive database +- fix: crash on invalid displaynames +- chore: Update matrix_api_lite + ## [0.7.0-nullsafety.4] - 09nd Nov 2021 - feat: More advanced create chat methods (encryption is now enabled by default) - feat: Make waiting on init db optional diff --git a/pubspec.yaml b/pubspec.yaml index 40246e4c..5c56c5e9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.7.0-nullsafety.4 +version: 0.7.0-nullsafety.5 homepage: https://famedly.com environment: