From 4ee8c932fd209151b4dd33c053ef3a73f6d2de88 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Thu, 9 Jun 2022 09:23:46 +0200 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99f9106e..e17d56e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.9.12] - 9th Jun 2022 + +- refactor: add calcLocalizedBodyFallback method (Christian Pauly) + ## [0.9.11] - 8th Jun 2022 - chore: Update Matrix API Lite for spaces fixes diff --git a/pubspec.yaml b/pubspec.yaml index fce105e0..e524ef05 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.9.11 +version: 0.9.12 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git