From 023818aec3bae4c362d196af2d30355e88cd6c6d Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Mon, 30 Aug 2021 08:39:57 +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 bd6c8c16..ff2ee18e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.39.0 - 2021-08-30 +- Hotfix a bug which produces problems in downloading files and playing audios +- Hotfix a bug which breaks device management + ## v0.39.0 - 2021-08-28 This release fixes a bug which makes it impossible to send images in unencrypted rooms. It also implements a complete new designed new chat page which now uses a QR code based workflow to start a new chat. diff --git a/pubspec.yaml b/pubspec.yaml index 606e04dc..a969ad49 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: Chat with your friends. publish_to: none -version: 0.39.0+1 +version: 0.39.1+1 environment: sdk: ">=2.6.0 <3.0.0"