From af0d3160446a916c5f57f404062b7eb3acb96b12 Mon Sep 17 00:00:00 2001 From: Krille Date: Wed, 31 Jan 2024 14:00:39 +0100 Subject: [PATCH] build: Bump changelog to v0.25.8 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee31216f..b36cc092 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.25.8] 31th January 2024 +- chore: Use some call events as last events (Krille) +- fix: nested void function in encryption helper (The one with the braid) + ## [0.25.7] 29th January 2024 - feat: add SQfLite encryption helper (The one with the braid) - fix: Skip invalid keys which got corrupted in database (Krille) diff --git a/pubspec.yaml b/pubspec.yaml index 6ea4be8c..cfeeb715 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.25.7 +version: 0.25.8 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues