diff --git a/CHANGELOG.md b/CHANGELOG.md index 8015581ce2..8a9b3a3659 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.6.1+2330] - 2024-07-25 + +### Fixed + +- #1959 Spelling errors +- #1966 Hotfix: can't get contact on web +- #1976 Hotfix: prominent disclosure update + ## [2.6.0+2330] - 2024-07-18 ### Fixed diff --git a/pubspec.yaml b/pubspec.yaml index cc22794bf7..4b3b9875a5 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.0+2330 +version: 2.6.1+2330 environment: sdk: ">=3.1.3 <4.0.0"