From a6479408e456145dfd26e24f1884abd69c0336a8 Mon Sep 17 00:00:00 2001 From: Karthikeyan S Date: Fri, 23 Feb 2024 12:11:36 +0530 Subject: [PATCH] build: Bump version to 0.25.10 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3cd5fa3..89674651 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.25.10] 23rd February 2024 +- chore: remove state events both in imp and preview events list (td) +- feat: specify history_visibility when creating group chat (Karthikeyan S) + ## [0.25.9] 14th February 2024 - fix: group calls terminator having sync glares (td) - fix: ignore expired calls rather than killing them (td) diff --git a/pubspec.yaml b/pubspec.yaml index 11b7b2cc..c5db59c8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.25.9 +version: 0.25.10 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues