chore: release v2.0.1
This commit is contained in:
parent
cc6ca5518f
commit
8ca21290a1
|
|
@ -1,3 +1,6 @@
|
||||||
|
## [2.0.1] 9th Sept 2025
|
||||||
|
- fix: scheduled event list init (td)
|
||||||
|
|
||||||
## [2.0.0] 9th Sept 2025
|
## [2.0.0] 9th Sept 2025
|
||||||
|
|
||||||
There have been some breaking changes to the VoIP codebase. Specifically, you will have to pass your instance of the VoIP class to existing `getCallMemberships*` functions which are an extension on the Room class.
|
There have been some breaking changes to the VoIP codebase. Specifically, you will have to pass your instance of the VoIP class to existing `getCallMemberships*` functions which are an extension on the Room class.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 2.0.0
|
version: 2.0.1
|
||||||
homepage: https://famedly.com
|
homepage: https://famedly.com
|
||||||
repository: https://github.com/famedly/matrix-dart-sdk.git
|
repository: https://github.com/famedly/matrix-dart-sdk.git
|
||||||
issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues
|
issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue