diff --git a/CHANGELOG.md b/CHANGELOG.md index bd98aa1b..f7fac2e4 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 0aa8704e..aa872128 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"