build: Bump version
This commit is contained in:
parent
b25c9f2ba9
commit
62b9ce9fe5
|
|
@ -1,3 +1,8 @@
|
||||||
|
## [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)
|
||||||
|
- fix: Remove avatar crashes with invalid uri (Christian Kußowski)
|
||||||
|
|
||||||
## [3.0.0] 7th October 2025
|
## [3.0.0] 7th October 2025
|
||||||
|
|
||||||
#### Migration hints:
|
#### Migration hints:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 3.0.0
|
version: 3.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