From 40d00b0a5a3dba238489c994aa0085e55fbe3199 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Wed, 28 Oct 2020 10:30:37 +0000 Subject: [PATCH] chore: New version --- CHANGELOG.md | 12 ++++++++++++ pubspec.yaml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd98aa1..f7fac2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# Version 0.21.0 - 2020-10-28 +### Features +- New user viewer +- Add code syntax highlighting in messages +- Updated translations: Thanks to all helpers +### Changes +- Stories feature removed +### Fixes +- Fixes sentry +- Fixes Android download +- Minor fixes + # Version 0.20.0 - 2020-10-23 ### Features - Added translations: Arabic diff --git a/pubspec.yaml b/pubspec.yaml index 0aa8704..aa87212 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.20.0+47 +version: 0.21.0+47 environment: sdk: ">=2.6.0 <3.0.0"