From 42297aa6d0fa0012d37f6ac89d11da9346fc718b Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Tue, 26 Oct 2021 18:55:06 +0200 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 10 ++++++++++ pubspec.yaml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 076c5853..7bfc9a78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v0.42.1 - 2021-10-26 +Minor bugfix release. + +- feat: Ignore users directly from bottom sheet +- fix: Open an existing direct chat via invite link/QR scanning +- fix: Small fix for uia request +- fix: Enable E2EE by default in all start chat cases +- update: Translations - Thanks to all translators <3 +- design: Make homepicker page nicer + ## v0.42.0 - 2021-10-14 This release fixes several bugs and makes E2EE enabled by default. diff --git a/pubspec.yaml b/pubspec.yaml index e9438c39..e1670a32 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: Chat with your friends. publish_to: none -version: 0.42.0+1486 +version: 0.42.1+1532 environment: sdk: ">=2.11.0 <3.0.0"