From 342dec8454b2efc479fb49d65b62aa931e2043ed Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Fri, 18 Oct 2024 12:00:07 +0700 Subject: [PATCH] Bump version to v2.6.7 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32dacc12bc..7b102dc14b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [2.6.7+2330] - 2024-10-18 +### Fixed + +- Fix redirect path in web app + ## [2.6.6+2330] - 2024-10-16 ### Fixed diff --git a/pubspec.yaml b/pubspec.yaml index 6a21914b4b..772e2f8eae 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.6+2330 +version: 2.6.7+2330 environment: sdk: ">=3.1.3 <4.0.0"