From d31cf771328064165967eebaf82b0a02ced835b4 Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Tue, 27 Aug 2024 17:29:29 +0700 Subject: [PATCH] Bump version to v2.6.2 --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f34e65df1..075bfa8b05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.6.2+2330] - 2024-08-27 + +### Fixed +- #2002 Remove unused deeplink +- #2002 Upgrade flutter_local_notifications to fix USE_FULL_SCREEN_INTENT permission + ## [2.6.1+2330] - 2024-07-25 ### Fixed diff --git a/pubspec.yaml b/pubspec.yaml index 3056366a63..93aaa9894f 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.1+2330 +version: 2.6.2+2330 environment: sdk: ">=3.1.3 <4.0.0"