From 6a04f9833266dacf12597a0a44f2e8e86fa633d5 Mon Sep 17 00:00:00 2001 From: td Date: Tue, 4 Jul 2023 17:09:27 +0530 Subject: [PATCH] chore: bump version 0.22.0 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e5b43e4..127dbc11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.22.0] - 4th July 2023 + +- chore: pass event to redactedAnEvent and removedBy (td) + ## [0.21.2] - 27th June 2023 - chore: cleanup some eventTypes and unused variables (td) diff --git a/pubspec.yaml b/pubspec.yaml index 20af227f..11e4e722 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.21.2 +version: 0.22.0 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git