From b4c922f49c5f1d002aa2c6cc20e86623700d1859 Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Fri, 15 Oct 2021 10:20:23 +0200 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 14 ++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e51c130d..270e66b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [0.6.0] - 15nd Oct 2021 +- feat: Calc benchmarks for hive operations on init +- refactor: Change event status to enum +- refactor: Migrate more files to null safety +- fix: Type error when using CryptoKey in dart web +- fix: events with unknown users having invalid mxids This caused issues down the line where the sender id was assumed to be a valid matrix identifier +- fix: Sent events are sorted in SENDING timeline +- fix: use explicit type in fold instead of cast +- fix: apply review feedback +- fix: missing range check When requesting history the `start` parameter could become larger than the loaded events from the database were, resulting in an error when attempting to request history. +- fix: New verification requests on requesting history +- refactor: remove unused clientId +- fix: Add type checkings for User.displayName + ## [0.5.5] - 20nd Sep 2021 fix: Autodetect mime type on file upload diff --git a/pubspec.yaml b/pubspec.yaml index 3e0a82b4..2c89f291 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.5.5 +version: 0.6.0 homepage: https://famedly.com environment: