From 731ffb44500a1b3173dad11e9caf4b9469e69ed8 Mon Sep 17 00:00:00 2001 From: Karthikeyan S Date: Sun, 28 Jul 2024 16:01:37 +0530 Subject: [PATCH] build: Release v0.31.0 --- CHANGELOG.md | 11 +++++++++++ pubspec.yaml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa8ccdd6..6b7a444e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [0.31.0] 28th July 2024 + +- ci: create release job fix (Karthikeyan S) +- feat: Add support for isFederate option for rooms (Krille) +- fix: add main thread receipts to event.receipts getter (td) +- fix: also delete db on logout (td) +- fix: bump database version to v9 (td) +- fix: Synapse CI job failing because invite state not completely synced (Krille) +- refactor: Better avatar and names for invites (Krille) +- refactor: Cache profiles in database and refactor API (Krille) + ## [0.30.0] 3rd July 2024 - feat: Automatically cancel typing indicators after 30 seconds (Krille) diff --git a/pubspec.yaml b/pubspec.yaml index 375f3107..eab08b2d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.30.0 +version: 0.31.0 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues