From b6bbb12056ba54e6d8e9d87a627e68403c6647db Mon Sep 17 00:00:00 2001 From: Reza Date: Thu, 24 Nov 2022 14:22:41 +0100 Subject: [PATCH] chore: bump version --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad387c1e..6f45909c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.15.6] - 24th Nov 2022 + +- feat: migrate e2ee test to DinD (TheOneWithTheBraid) +- chore: Update readme with new database (Christian Pauly) +- feat: Check if a key is verified by any master key (Reza) ## [0.15.5] - 22nd Nov 2022 - fix: follow account kind in registration (TheOneWithTheBraid) diff --git a/pubspec.yaml b/pubspec.yaml index 67fd012b..cfa8ae3b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.15.5 +version: 0.15.6 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git