diff --git a/CHANGELOG.md b/CHANGELOG.md index 6362789..5e6ac4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 0.7.0 +- Improve app info screen (Help & feedback button, explanation of the app, and link to my website) +- Add workaround for network time error +- Add wait for players view where the game can be started when all players joined +- Change player colors +- Add share button to results screen + # 0.6.0 - Add limitation of 6 players per game - Set the players color when he joins from 6 predefined ones diff --git a/pubspec.yaml b/pubspec.yaml index bf3b9f8..f9f4999 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: monopoly_banking description: A cloud-based monopoly banking app. publish_to: 'none' -version: 0.6.0+9 +version: 0.7.0+10 environment: sdk: ">=2.12.0 <3.0.0"