From 13cd4b860685aa8a2cb6708278e0e100ffd52cd6 Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Sun, 5 Dec 2021 12:33:25 +0100 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 20 ++++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7224708..199d2dea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## v1.1.0 - Unreleased +- CI: Add candidate release pipeline (Krille Fear) +- Translated using Weblate (Dutch) (Jelv) +- Translated using Weblate (Estonian) (Priit Jõerüüt) +- Translated using Weblate (Finnish) (Mikaela Suomalainen) +- Translated using Weblate (Finnish) (Mikaela Suomalainen) +- Translated using Weblate (Indonesian) (Linerly) +- Translated using Weblate (Korean) (Kim Tae Kyeong) +- Translated using Weblate (Norwegian Bokmål) (Gigaa) +- Translated using Weblate (Norwegian Bokmål) (Raatty) +- change: Do not compress very small images (Krille Fear) +- chore: Update Matrix SDK (Krille Fear) +- design: Make not joined participants transparent in list (Krille Fear) +- docs: Fix screenshots on website (Krille Fear) +- fix: Update dependencies with flutter pub upgrade (Krille Fear) +- fix: Well known lookup at login (Krille Fear) +- refactor: Make most of the utils null safe (Krille Fear) +- refactor: Make send file dialog null safe (Krille Fear) +- refactor: Make user device list item null safe (Krille Fear) + ## v1.0.0 - 2021-11-29 - design: Chat backup dialog as a banner - design: Encrypted by design, all users valid is normal not green diff --git a/pubspec.yaml b/pubspec.yaml index 24d4d832..c7086753 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: Chat with your friends. publish_to: none -version: 1.0.1+1773 +version: 1.1.0+1838 environment: sdk: ">=2.11.0 <3.0.0"