diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a20ade2..548c1fa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v1.7.1 2022 11-23 +Minor bugfix release to retrigger build for FlatPak and Android. Fixes some style bugs and updates some translations + ## v1.7.0 2022-11-17 FluffyChat 1.7.0 features a new way to work with spaces via a bottom navigation bar. A lot of work has also been done under the hood to make the app faster and more stable. The main color has slightly changed and the design got some finetuning. diff --git a/pubspec.yaml b/pubspec.yaml index e41b6d4b..1dc8fd8f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: Chat with your friends. publish_to: none -version: 1.7.0+2328 +version: 1.7.1+2329 environment: sdk: ">=2.12.0 <3.0.0"