diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a169ae7..58b29d11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.15.0] - 28th Oct 2022 +- chore: reduce error logging level of groupCall is null (td) +- fix: filter list for adding p2p call events (td) +- refactor: Remove deprecated fluffybox (Christian Pauly) +- chore: Lower logs level of native implementation noSuchMethod (Christian Pauly) +- fix: Redact originalSource on redaction (Christian Pauly) +- fix: Do not try to decrypt redacted events (Christian Pauly) + ## [0.14.4] - 26th Oct 2022 - fix: Do not wait for first sync after migration init diff --git a/pubspec.yaml b/pubspec.yaml index 00a1f3ed..cfe5786e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.14.4 +version: 0.15.0 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git