From 49c6093c2f9177ffabf4b5a30a1ce8c8419a3143 Mon Sep 17 00:00:00 2001 From: TheOneWithTheBraid Date: Fri, 25 Mar 2022 16:01:17 +0100 Subject: [PATCH] chore: bump version Signed-off-by: TheOneWithTheBraid --- CHANGELOG.md | 12 ++++++++++++ pubspec.yaml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87ffb358..7208ac3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [0.8.14] - 25th Mar 2022 +- feat: added doc (Henri Carnot) +- feat: add some more tests (Henri Carnot) +- feat: allow removing markdown formating (Henri Carnot) +- feat: Get event in a room faster by searching in database (Christian Pauly) +- feat: implement mofifying widgets (TheOneWithTheBraid) +- feat: Set loglevel in client constructor (Christian Pauly) +- fix: example (Henri Carnot) +- fix: remove pending outbound group session creation on completed or errored (Henri Carnot) +- fix: room members loading States were used before being fetched from the database. Thus, room membership states weren't set, and so, user display names weren't be fetched from the database. (Henri Carnot) +- refactor: Simplify relates to and make it more type safe (Christian Pauly) + ## [0.8.13] - 02nd Mar 2022 - fix: send oldusername in displayname changed event - fix: Dont encrypt reactions diff --git a/pubspec.yaml b/pubspec.yaml index 7b20cd66..90831897 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.8.13 +version: 0.8.14 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git