From 179139c28977f4197908dfab94629d917057da92 Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Thu, 4 Nov 2021 12:01:54 +0100 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54cb2cac..6cdc046d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.7.0-nullsafety.1] - 04nd Nov 2021 +Prerelease of the null safety version of the SDK. +- feat: choose memberships returned by requestParticipants() +- refactor: Make SDK null safe +- fix: add room invite update to roomStateBox, so invites don't show empty room when app is restarted +- fix: Do not upload keys after logout +- fix: obay explicitly set ports in mxc URLs + ## [0.6.2] - 25nd Oct 2021 - fix: Unnecessary null check - fix: Auto update room states diff --git a/pubspec.yaml b/pubspec.yaml index 2a9c1447..10eed03a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.6.2 +version: 0.7.0-nullsafety.1 homepage: https://famedly.com environment: