diff --git a/CHANGELOG.md b/CHANGELOG.md index 47592459..ff0e7459 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.22.3] - 23th August 2023 +- feat: Add option to not cache users in memory when requesting all of a room (krille-chan) +- fix: Has new messages is never true (Krille) + ## [0.22.2] - 6 August 2023 - fix: direct message room name computation (The one with the braid) diff --git a/pubspec.yaml b/pubspec.yaml index 2a827cfa..39fd1837 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.22.2 +version: 0.22.3 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git @@ -39,7 +39,6 @@ dev_dependencies: lints: ^2.0.0 test: ^1.15.7 #flutter_test: {sdk: flutter} - #dependency_overrides: # matrix_api_lite: # path: ../matrix_api_lite