diff --git a/CHANGELOG.md b/CHANGELOG.md index 26594a64a..fbf82e9e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,10 @@ # Most recent version -## iOS 1.0.4b8 +## iOS 1.1.0b9 ``` -- Feat: Show series and game statistics from GameDetails -- Feat: Render statistics in charts per game for series -- Fix: Pins left of deck stat now only calculated for frames with at least 1 roll -- Fix: Next button in GamesEditor is larger -- Fix: League # of games is dynamic by default -- Fix: Strikes are now calculated properly when followed by incomplete frames +- Feat: New statistics: Fives and Threes +- Feat: Descriptions of statistics in list ``` ## Android v3.2.0 @@ -23,6 +19,17 @@ This update also comes with some quality of life fixes: # Legacy versions +## iOS 1.0.4b8 + +``` +- Feat: Show series and game statistics from GameDetails +- Feat: Render statistics in charts per game for series +- Fix: Pins left of deck stat now only calculated for frames with at least 1 roll +- Fix: Next button in GamesEditor is larger +- Fix: League # of games is dynamic by default +- Fix: Strikes are now calculated properly when followed by incomplete frames +``` + ## iOS 1.0.3b7 ``` diff --git a/ios/ApproachIOS/XCConfigs/Base/Version.xcconfig b/ios/ApproachIOS/XCConfigs/Base/Version.xcconfig index 9468dffcd..8add81f30 100644 --- a/ios/ApproachIOS/XCConfigs/Base/Version.xcconfig +++ b/ios/ApproachIOS/XCConfigs/Base/Version.xcconfig @@ -1,2 +1,2 @@ -CURRENT_PROJECT_VERSION = 8 -MARKETING_VERSION = 1.0.4 +CURRENT_PROJECT_VERSION = 9 +MARKETING_VERSION = 1.1.0