From 6454efa630d1cbc9fa88d4ac242237328fcc7e5f Mon Sep 17 00:00:00 2001 From: TheOneWithTheBraid Date: Mon, 21 Nov 2022 10:12:29 +0100 Subject: [PATCH] chore: bump version Signed-off-by: TheOneWithTheBraid --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50dc1f0f..e19f7461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.15.4] - 21st Nov 2022 +- feat: support MSC 3935: cute events (TheOneWithTheBraid) +- fix: PowerLevel calculation regarding to spec (Krille Fear) + ## [0.15.3] - 18th Nov 2022 - fix: handleMissedCalls on remote hangups before answer (td) diff --git a/pubspec.yaml b/pubspec.yaml index 4f845794..ea1c5c83 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.15.3 +version: 0.15.4 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git