Merge pull request #2173 from famedly/release/v3.0.2
build: release v3.0.2
This commit is contained in:
commit
174656b390
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue