From 588ce9e2259fe84c46ec32d349ff399086f8dcad Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Fri, 10 Sep 2021 10:45:07 +0200 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 ff2ee18e..c3c08612 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.40.0 - 2021-09-10 +- New in-app registration +- Design improvements +- Minor fixes + ## 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 diff --git a/pubspec.yaml b/pubspec.yaml index 6cad8215..22022c80 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: Chat with your friends. publish_to: none -version: 0.39.1+1 +version: 0.40.0+1 environment: sdk: ">=2.6.0 <3.0.0"