From ee08589b36322a64cb8423dfcae6ff36bb6be999 Mon Sep 17 00:00:00 2001 From: HuyNguyen Date: Tue, 7 Jan 2025 15:09:21 +0700 Subject: [PATCH] Bump version to v2.6.16 --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a50190ddca..503f0ffe1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.6.16+2330] - 2025-01-07 +### Fixed +- Hotfix: Missing state when deleting avatar in chat details edit + +### Changed +- Downgrade ruby to fix building mobile app + ## [2.6.15+2330] - 2025-01-03 ### Fixed - #2152 Fix full-word search for unencrypted messages isn't performed until you put a space after the word diff --git a/pubspec.yaml b/pubspec.yaml index 8bc30ed60e..9feeb0ffad 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.15+2330 +version: 2.6.16+2330 environment: sdk: ">=3.1.3 <4.0.0"