From f7c44a5608b77b32c0d4cbf31df8b0d0e66bca6d Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Fri, 6 Dec 2024 11:24:11 +0700 Subject: [PATCH] Bump version to v2.6.13 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f71a9cbfac..0ca3a95977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [2.6.13+2330] - 2024-12-06 +### Fixed +- Loading dialog when signing in/signing up TWP +- Use appropriate text for permission message + ## [2.6.12+2330] - 2024-11-28 ### Changed - Enable log for webapp via environment variable diff --git a/pubspec.yaml b/pubspec.yaml index 460e830be2..90990d7105 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.12+2330 +version: 2.6.13+2330 environment: sdk: ">=3.1.3 <4.0.0"