From 9ea9be283f9a90bc8646c188b799765245caba83 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Wed, 30 Mar 2022 11:31:25 +0200 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7208ac3b..9842c77b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.8.15] - 30th Mar 2022 +- feat: Pass through a custom image resize function to the client +- feat: Display dummy event in timeline for sending files +- chore: Move the call methods in room to the voip class. +- fix: properly create the directory for the pub credentials + ## [0.8.14] - 25th Mar 2022 - feat: added doc (Henri Carnot) - feat: add some more tests (Henri Carnot) diff --git a/pubspec.yaml b/pubspec.yaml index 90831897..2411de35 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.8.14 +version: 0.8.15 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git