diff --git a/CHANGELOG.md b/CHANGELOG.md index e131d0ae27..66ac1a1904 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [2.6.5+2330] - 2024-09-19 +### Fixed +- 2 types of Chat: Chat and Group Chat + ## [2.6.4+2330] - 2024-09-18 ### Added diff --git a/pubspec.yaml b/pubspec.yaml index b3d7c65a05..3dc075173f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: A convenient Matrix-based tool for personal and corporate communication. publish_to: none -version: 2.6.4+2330 +version: 2.6.5+2330 environment: sdk: ">=3.1.3 <4.0.0"