From ceee1115bc004d2a21dfc1547c9a0bd0c05ee0fd Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sun, 20 Jun 2021 10:44:00 +0200 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b7aa7ed..9f9923f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v0.32.2 - 2021-06-20 +* fix: Broken hive keys + ## v0.32.1 - 2021-06-17 * fix: Hive breaks if room IDs contain emojis (yes there are users with hacked synapses out there who needs this) * feat: Also migrate inbound group sessions diff --git a/pubspec.yaml b/pubspec.yaml index d033f3bc..5231bc59 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: Chat with your friends. publish_to: none -version: 0.32.1+0 +version: 0.32.2+0 environment: sdk: ">=2.6.0 <3.0.0"