From 645443a319d0b707272dc97e9f7e8189f0d98b53 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Tue, 15 Feb 2022 11:23:28 +0100 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 756af671..0257bf00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.8.8] - 14nd Feb 2022 +- fix: Has new messages compares ts +- fix: handle dynamic content for pinned events + ## [0.8.7] - 14nd Feb 2022 - fix: Show reactions as last events and refactor hasNewMessage diff --git a/pubspec.yaml b/pubspec.yaml index bca313a1..ec815cf5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.8.7 +version: 0.8.8 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git