From b2f250ebd88e9253fc017e672bf8a795077f9875 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Fri, 6 Aug 2021 20:54:28 +0200 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c95ebda..79ec02c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.37.0 - 2021-08-06 +- Implement location sharing +- Updated translations +- Improved spaces support +- Minor bug fixes + ## v0.36.2 - 2021-08-03 Hotfix a routing problem on web and desktop diff --git a/pubspec.yaml b/pubspec.yaml index 2f098931..823a5b2d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: Chat with your friends. publish_to: none -version: 0.36.3+1 +version: 0.37.0+1 environment: sdk: ">=2.6.0 <3.0.0"