diff --git a/CHANGELOG.md b/CHANGELOG.md index f5cad31..bce04c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ -# Version 0.4.0 - 2020-MM-DD +# Version 0.5.0 - 2020-01-20 ### New features +- Localizations +- Enhanced group settings +- Username search +### Fixes +- Minor bug fixes + +# Version 0.4.0 - 2020-01-18 +### New features +- Registration - Avatars with name letters - Calc username colors ### Fixes diff --git a/pubspec.yaml b/pubspec.yaml index 1227ba2..4e04c1d 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.4.0+15 +version: 0.5.0+16 environment: sdk: ">=2.6.0 <3.0.0"