From 3426989bd24116fc7b0dbbbd94c66c8c90928788 Mon Sep 17 00:00:00 2001 From: td Date: Tue, 27 Jun 2023 14:18:30 +0530 Subject: [PATCH] chore: bump release 0.21.2 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d7add53..9e5b43e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.21.2] - 27th June 2023 + +- chore: cleanup some eventTypes and unused variables (td) +- chore: fix unexpected null when device is not known (td) + ## [0.21.1] - 22nd June 2023 - fix: Assign correct type to signedOneTimeKeys (Malin Errenst) diff --git a/pubspec.yaml b/pubspec.yaml index d973ed93..20af227f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.21.1 +version: 0.21.2 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git