From c3539c89838f160070236b0d823468d265452c63 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sun, 16 Feb 2020 12:40:05 +0100 Subject: [PATCH] Next version --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8c8423..3416adc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Version 0.8.0 - 2020-02-16 +### New features +- Image Viewer +- Improved UX design +- Experimental End-to-end encryption in the web version + # Version 0.7.2 - 2020-02-10 ### Changed - Invite link text diff --git a/pubspec.yaml b/pubspec.yaml index 866a7a3..5181460 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: Chat with your friends. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.7.4+24 +version: 0.8.0+25 environment: sdk: ">=2.6.0 <3.0.0"