From 0edd4e320dff4153e166c822da91cbea361c61d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Wed, 11 Jun 2025 08:22:25 +0200 Subject: [PATCH] build: Add changelog for 2.0.0 --- CHANGELOG.md | 11 +++++++++++ pubspec.yaml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cda73ec3..5bd9dd2ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v2.0.0 + +This version migrates to Vodozemac and Matrix Dart SDK 1.0.0. This is a breaking +change. The user should not notice the migration at all but downgrading from +v2.0.0 to a previous version is not possible without losing the session. + +- build: Switch to matrix sdk 1.0.0 (Christian Kußowski) +- build: Upgrade flutter to 3.32.2 (krille-chan) +- chore: Add missing mounted check (Christian Kußowski) +- refactor: sdk 1.0 (Christian Kußowski) + ## v1.27.0 - feat: Add confirmation dialog before accepting invite (krille-chan) - feat: Add feature flag for refresh tokens (Christian Kußowski) diff --git a/pubspec.yaml b/pubspec.yaml index 512c9d99e..e7c0ee352 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: fluffychat description: Chat with your friends. publish_to: none # On version bump also increase the build number for F-Droid -version: 1.27.0+3540 +version: 2.0.0+3541 environment: sdk: ">=3.0.0 <4.0.0"