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: