diff --git a/CHANGELOG.md b/CHANGELOG.md index fda05492..cd65fe8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [0.9.4] - 12th May 2022 +- fix: Revert fragmented timeline feature temporarily to fix SENDING timeline + ## [0.9.3] - 11th May 2022 - fix: Missing null check in get single room method diff --git a/pubspec.yaml b/pubspec.yaml index 8ff1a4e0..3c2682ab 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.9.3 +version: 0.9.4 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git