diff --git a/CHANGELOG.md b/CHANGELOG.md index e53a09b8..87ffb358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.8.13] - 02nd Mar 2022 +- fix: send oldusername in displayname changed event +- fix: Dont encrypt reactions +- refactor: Make MatrixFile final and move all image calculation into isolate +- fix: own profile containing mxid +- chore: Update fluffybox + ## [0.8.12] - 02nd Mar 2022 - fix: Rooms sort order after login - fix: Change password using email authentication diff --git a/pubspec.yaml b/pubspec.yaml index 8caaee5c..7b20cd66 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.8.12 +version: 0.8.13 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git