diff --git a/CHANGELOG.md b/CHANGELOG.md index 0841e4ea..1512e38b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,14 @@ ## [1.0.6] - UPCOMING -* Three tabs are added to filter tweet and commnet tweet and tweet with media on profile page. -* User profile pic view added to view profile picture of any user. +* In user profile page three tabs are added to filter tweet and commnet tweet and tweet with media. +* User profile pic view added to view user profile picture. * User can tag other users in tweet, comment and in retweet. * A notification will send to you if someone tag you in a tweet. * After tapping on notification from system notification tray, you will redirect to user profile who tagged you. * You can check the tweet on his profile. +* Chat list sorted by last message. +* Last message and message time is added on chat userlist page. +* Performance improved ## [1.0.5] - 15 Apr 2020 diff --git a/pubspec.yaml b/pubspec.yaml index 36259806..1280133e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: A new Flutter project. # 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: 1.0.5+10 +version: 1.0.6+11 environment: sdk: ">=2.1.0 <3.0.0"