From a09cf36b2e687f584ff3e5ab28d0e79493e42323 Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Thu, 4 Nov 2021 14:33:00 +0100 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cdc046d..b1352e20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.7.0-nullsafety.2] - 04nd Nov 2021 +- refactor: Make room in Event class not nullable +- refactor: download method should not return null + ## [0.7.0-nullsafety.1] - 04nd Nov 2021 Prerelease of the null safety version of the SDK. - feat: choose memberships returned by requestParticipants() diff --git a/pubspec.yaml b/pubspec.yaml index 10eed03a..c661f8a7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.7.0-nullsafety.1 +version: 0.7.0-nullsafety.2 homepage: https://famedly.com environment: