From 607732405ce385851c3f827c890d5b69e11fa5b2 Mon Sep 17 00:00:00 2001 From: td Date: Mon, 23 Jan 2023 12:23:45 +0530 Subject: [PATCH] chore: bump version --- CHANGELOG.md | 9 +++++++++ pubspec.yaml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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