diff --git a/CHANGELOG.md b/CHANGELOG.md index cb1e4de..3ec99ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.3.0 + +* Add error messages to login form +* Add button to delete round +* Add button to reset strokes + ## 0.2.0 * Add Registration screen diff --git a/app.json b/app.json index 25d53a3..2141da2 100644 --- a/app.json +++ b/app.json @@ -4,7 +4,7 @@ "slug": "fore-score", "privacy": "public", "sdkVersion": "31.0.0", - "version": "0.2.0", + "version": "0.3.0", "orientation": "portrait", "ios": { "bundleIdentifier": "com.axelclark.forescore",