From 4b598243fe874ca34959e38fece985b6c666a63c Mon Sep 17 00:00:00 2001 From: td Date: Tue, 23 Apr 2024 18:11:12 +0530 Subject: [PATCH] chore: release v0.28.0 --- CHANGELOG.md | 12 ++++++++++++ pubspec.yaml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95cf85c2..a89633c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [0.28.0] 23rd April 2024 +This release introduces the new famedly calls, it brings 1:1, mesh and livekit calls support to the matrix dart sdk, read more at: [voip docs](lib/src/voip/README.md) + + +- feat: famedly calls (td) +- chore: create_gh_release job (td) +- feat: lcov and tag olm tests (td) +- fix: Make room.setPower more type safe and avoid change powerlevel in RAM before sending request to server (krille-chan) +- refactor: Use prevBatch from server for pagination in event search (krille-chan) +- fix: canChangePowerLevel should return true for own user (krille-chan) + + ## [0.27.0] 16th April 2024 - chore: add api lite readme diff --git a/pubspec.yaml b/pubspec.yaml index c5c295d9..f7a57f88 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.27.0 +version: 0.28.0 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues