From 3dc3f218f1bcbe49f287ed2e1a83f3075d4f64df Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sun, 9 Feb 2020 11:39:53 +0000 Subject: [PATCH] Update CHANGELOG.md, pubspec.yaml files --- CHANGELOG.md | 5 ++++- pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fe8502..b08c2c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ -# Version 0.6.0 - 2020-02-?? +# Version 0.6.0 - 2020-02-09 ### New features - Add e2ee settings +- Minor design improvements +### Fixes +- Minor bugs fixed # Version 0.5.2 - 2020-01-29 ### Changes diff --git a/pubspec.yaml b/pubspec.yaml index eded5f3..8a689d8 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.5.2+18 +version: 0.6.0+19 environment: sdk: ">=2.6.0 <3.0.0"