From 2a4808ec9121766bcf489fb2a911472236933886 Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Wed, 13 Nov 2024 14:24:43 +0700 Subject: [PATCH] Bump version to v2.6.8 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b102dc14..e5dc9c964 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [2.6.8+2330] - 2024-11-13 +### Changed + +- Integrate with TWP production + ## [2.6.7+2330] - 2024-10-18 ### Fixed diff --git a/pubspec.yaml b/pubspec.yaml index 6c991cf79..5841229ca 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.7+2330 +version: 2.6.8+2330 environment: sdk: ">=3.1.3 <4.0.0"