From 1f65ee5286a31642744dadd82a760a5c44965d1d Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Fri, 12 Mar 2021 09:30:32 +0100 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22ab51cc..de521ccd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,41 @@ Chat with your friends. ## Unreleased ### Chore +* Change push gateway url [078aefa] +* Update file picker cross dependency [91c6912] +* Update snapcraft.yaml but still not working [1072379] +* Update changelog [a05f2f0] * Change call icon [7403ac7] * Update famedlySdk [ec64cf6] ### Feature +* Cache and resend status message [c8a7031] * New experimental design [94aa9a3] * Better verification design [9bcd6b2] * Verify and block devices in devices list [8ebacfe] ### Fixes +* Remove test push [a838d90] +* Email validation [c8e487c] +* CI [2e60322] +* CI [7275837] +* CI [1a8dc50] +* CI [c012081] +* CI [380732d] +* CI [06c31c0] +* CI [4d1a171] +* CI [597ceab] +* snapcraft CI [fee0eb9] +* Bootstrap in columnview [bcd2a03] +* Remove unnecessary snapcraft dependencies [3a816d1] +* Snapcraft and it builds now :-) [eb0eca4] +* flutter_matrix_html crash and flutter_maths stuffs [3caac92] +* Minor bugs [9fbfca6] +* add mail [53fc634] +* 3pid [887f3b1] +* Bootstrap hint [8651b37] +* Bootstrap hint [1331b10] +* Own presence at top of the list [ac6fcd1] * Analyzer [e1ddfc8] * Trim username on registration [61a8eb5] * Password success banner if not succeeded [5150563] @@ -30,6 +56,14 @@ Chat with your friends. * Localize ok cancel alert dialogs [9f9b833] * Use single-isolate push [949771d] +### Docs +* Update Turkish translation for website [4a664eb] + +### Refactor +* Update SDK and enable login with email and phone [864b665] +* Migrate to flutter 2 [bb97b1b] +* Switch to TextButton [55803d1] + ## v0.27.0 - 2021-02-17 ### Chore diff --git a/pubspec.yaml b/pubspec.yaml index 1e1b64b8..60670dac 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: Chat with your friends. publish_to: none -version: 0.27.0+0 +version: 0.28.0+0 environment: sdk: ">=2.6.0 <3.0.0"