diff --git a/CHANGELOG.md b/CHANGELOG.md index 02e9242955..5d2f8ee524 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ +## [2.4.21+2330] - 2024-03-18 + +### Fixed + +- Prevent infinite loading when open chat + ## [2.4.20+2330] - 2024-03-15 + ### Fixed + - \#1480 Try to request more history when open room first time - \#1400 some permission is applied to all member in group chat - \#1503 Update time format for same week diff --git a/pubspec.yaml b/pubspec.yaml index 7722913650..fd4996d5dc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: The open digital workplace. publish_to: none -version: 2.4.20+2330 +version: 2.4.21+2330 environment: sdk: ">=3.1.3 <4.0.0"