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"