From 8ce0619b8644492ac7aea8625a26cfc0b2d3d9f3 Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Tue, 17 Dec 2024 11:21:25 +0700 Subject: [PATCH] Bump version to v2.6.14 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ca3a95977..762395324d 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 58185bb536..c719deb07e 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"