diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ca3a9597..762395324 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [2.6.14+2330] - 2024-12-06 +### Fixed +- [Apple rejection] Add Delete Account button in settings +- [Apple rejection] Remove `Deny` button in permission explaination dialog + ## [2.6.13+2330] - 2024-12-06 ### Fixed - Loading dialog when signing in/signing up TWP diff --git a/pubspec.yaml b/pubspec.yaml index 58185bb53..c719deb07 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.13+2330 +version: 2.6.14+2330 environment: sdk: ">=3.1.3 <4.0.0"