diff --git a/CHANGELOG.md b/CHANGELOG.md index 81572997..ad6b30f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.15.13] - 23rd Jan 2023 + +- fix: glare (td) +- fix: update groupCalls state stream (td) +- fix: tweak some stuff in group calls code for group calls onboarding feat (td) +- feat: add method to generate the matrix.to link (td) +- fix: follow-up OLM matcher (The one with the braid) +- refactor: migrate integration tests to more stable setup (TheOneWithTheBraid) + ## [0.15.12] - 18th Jan 2023 This deprecates `room.displayname` is favor of `room.getLocalizedDisplayname()`. For migration you can just replace it everywhere. It will use the diff --git a/pubspec.yaml b/pubspec.yaml index 6f75a10c..e7cab7bd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.15.12 +version: 0.15.13 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git