diff --git a/CHANGELOG.md b/CHANGELOG.md index 32dacc12b..7b102dc14 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 6a21914b4..772e2f8ea 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"