From e3440c610c23b7859e79c718c1bd4e241f06d027 Mon Sep 17 00:00:00 2001 From: Karthikeyan S Date: Fri, 24 Oct 2025 11:53:06 +0530 Subject: [PATCH] build: release v3.0.2 --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 580873e9..26a29bc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.0.2] 24th October 2025 + +- chore: bump vodozemac version to v0.4.0 (Karthikeyan S) +- refactor: merge onGroupCallState and onGroupCallEvent into matrixRTCEventStream with proper types (Karthikeyan S) +- test: matrixRTCEventStream emitted events in a group call (Karthikeyan S) + ## [3.0.1] 15th October 2025 - feat: Make display sending event configurable in Room.sendEvent() (Christian Kußowski) - chore: tidy up call membership event (td) diff --git a/pubspec.yaml b/pubspec.yaml index d9baf6ca..ab79cdc7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 3.0.1 +version: 3.0.2 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues