diff --git a/CHANGELOG.md b/CHANGELOG.md index bc36e8a0..1c41a26d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 - fix: Null error in get own profile diff --git a/pubspec.yaml b/pubspec.yaml index 7414c01a..0819f162 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.7.0-nullsafety.3 +version: 0.7.0-nullsafety.4 homepage: https://famedly.com environment: