chore: Bump version
This commit is contained in:
parent
b350d5ab5b
commit
ac652536a3
|
|
@ -1,3 +1,10 @@
|
||||||
|
## [0.7.0-nullsafety.4] - 09nd Nov 2021
|
||||||
|
- feat: More advanced create chat methods (encryption is now enabled by default)
|
||||||
|
- feat: Make waiting on init db optional
|
||||||
|
- feat: Add more benchmarks for sync, timeline, init
|
||||||
|
- feat: Add onInsert, onRemove and onUpdate cb to timeline
|
||||||
|
- refactor: Move setreadmarker functionality to timeline
|
||||||
|
|
||||||
## [0.7.0-nullsafety.3] - 05nd Nov 2021
|
## [0.7.0-nullsafety.3] - 05nd Nov 2021
|
||||||
- fix: Null error in get own profile
|
- fix: Null error in get own profile
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.7.0-nullsafety.3
|
version: 0.7.0-nullsafety.4
|
||||||
homepage: https://famedly.com
|
homepage: https://famedly.com
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue