From 1dc7b4c911a1a288590275c2063f056acfed9146 Mon Sep 17 00:00:00 2001 From: td Date: Fri, 21 Apr 2023 02:57:54 +0530 Subject: [PATCH] chore: version bump --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0220e965..7ec47d00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.18.4] - 21st April 2023 +- chore: bump api_lite to 16.1 (td) +- feat: allow sending messages inside threads (Dmitriy Bragin) +- chore: Upgrade to matrix_api_lite 1.6 (Nicolas Werner) +- ci: Allow overriding the template in a manual or triggered pipeline (Nicolas Werner) + ## [0.18.3] - 13th April 2023 - chore: stopMediaStream on all streams and make sure dispose runs everytime (td) - fix: test if setting track enabled on participants changed helps with the media not working randomly issue (td) diff --git a/pubspec.yaml b/pubspec.yaml index d88c8f7e..a46210a8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.18.3 +version: 0.18.4 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git