From d0be4cd6ada5d96634d919a800ed092543aef641 Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Sat, 25 May 2024 08:56:17 +0700 Subject: [PATCH] Bump version to v2.5.5 --- CHANGELOG.md | 13 ++++++++++++- pubspec.yaml | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 105086f2c2..89043ca3b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ -## [2.5.3+2330] - 2024-05-03 +## [2.5.5+2330] - 2024-05-25 + +### Fixed +- #1526 cannot unmute more than 2 chats +- #1785 Improve logout for multiple accounts + +### Added +- #1722 Recents contacts for contact/search/create group chat screen +- #1735 Search external contact in search screen +- #1780 add parameter `app=chat` when connect with TWP platform + +## [2.5.3+2330] - 2024-05-19 ### Fixed - #1650: Memory leak problems: Web and Mobile app diff --git a/pubspec.yaml b/pubspec.yaml index 1baed60be8..39a85ef14f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: The open digital workplace. publish_to: none -version: 2.5.4+2330 +version: 2.5.5+2330 environment: sdk: ">=3.1.3 <4.0.0"